Searched defs:Target (Results 126 - 150 of 305) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp201 applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, uint64_t Value, bool IsResolved, const MCSubtargetInfo *STI) const argument
263 shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, const MCSubtargetInfo * ) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp239 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp111 uint64_t Target = Address + MO.getImm(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp139 applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, uint64_t Value, bool IsResolved, const MCSubtargetInfo *STI) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp664 MachineBasicBlock::iterator Target = local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h169 PerTargetMIParsingState &Target; member in struct:llvm::PerFunctionMIParsingState
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h713 createEntry(LinkGraph &G, Symbol &Target) argument
748 createEntry(LinkGraph &G, Symbol &Target) argument
[all...]
H A Dppc64.h184 Symbol &createEntry(LinkGraph &G, Symbol &Target) { argument
240 Symbol &createEntry(LinkGraph &G, Symbol &Target) { argument
H A Dloongarch.h228 uint64_t Target local
343 createEntry(LinkGraph &G, Symbol &Target) argument
378 createEntry(LinkGraph &G, Symbol &Target) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h102 shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, const MCSubtargetInfo *STI) argument
125 evaluateTargetFixup(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, const MCValue &Target, const MCSubtargetInfo *STI, uint64_t &Value, bool &WasForced) argument
134 handleAddSubRelocations(const MCAsmLayout &Layout, const MCFragment &F, const MCFixup &Fixup, const MCValue &Target, uint64_t &FixedValue) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h29 ProfiledCallGraphNode *Target; member in struct:llvm::sampleprof::ProfiledCallGraphEdge
25 ProfiledCallGraphEdge(ProfiledCallGraphNode *Source, ProfiledCallGraphNode *Target, uint64_t Weight) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp75 const llvm::Target *Target = llvm::TargetRegistry::lookupTarget( local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp178 uint64_t Target = ValueDataRef[I].Value; local
180 << " Target_func: " << Target << "\n"); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp114 const std::string Target; member in class:__anon3016::ExplicitRewriteDescriptor
93 rewriteComdat(Module &M, GlobalObject *GO, const std::string &Source, const std::string &Target) argument
328 std::string Target; local
397 std::string Target; local
460 std::string Target; local
[all...]
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c1133 tdsmAtomicExchange( smRoot_t *smRoot, sbit32 volatile *Target, sbit32 Value ) argument
1186 tdsmInterlockedExchange( smRoot_t *smRoot, sbit32 volatile *Target, sbit32 Value ) argument
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h74 SCSI3Addr_struct Target[2]; /* 2 level target device addr */ member in struct:_PhysDevAddr_struct
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp390 DebugObjectManagerPlugin( ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target, bool RequireDebugSections, bool AutoRegisterCode) argument
397 DebugObjectManagerPlugin( ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) argument
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp572 const Triple &Target = Context.getTargetTriple(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp192 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp175 const CodeGenTarget &Target; member in class:__anon2992::MapTableEmitter
192 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c245 AcpiDbGetPointer( void *Target) argument
306 AcpiDbDecodeAndDisplayObject( char *Target, char *OutputType) argument
[all...]
/freebsd-current/sys/contrib/dev/acpica/common/
H A Ddmtable.c1099 UINT8 *Target; local
[all...]
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslstubs.c332 AcpiExLoadOp( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *Target, ACPI_WALK_STATE *WalkState) argument
H A Daslutils.c224 UtIsIdInteger( UINT8 *Target) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h78 const TargetInfo *Target; member in class:clang::ModuleMap

Completed in 402 milliseconds

1234567891011>>