Home
last modified time | relevance | path

Searched defs:getTargetMachine (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/
H A DTestRunner.h45 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h242 const llvm::TargetMachine &getTargetMachine() const { getTargetMachine() function
246 llvm::TargetMachine &getTargetMachine() { getTargetMachine() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } getTargetMachine() function
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/llvm-project/offload/plugins-nextgen/common/src/Utils/
H A DELF.cpp39 uint16_t utils::elf::getTargetMachine() { in getTargetMachine() function in utils::elf
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h155 const PPCTargetMachine &getTargetMachine() const { return TM; } getTargetMachine() function
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anoncc647adc0211::M68kDAGToDAGISel
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon479339ee0111::SystemZDAGToDAGISel
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp132 const X86TargetMachine *getTargetMachine() const { getTargetMachine() function in __anond638cd6f0111::X86FastISel
H A DX86ISelDAGToDAG.cpp506 const X86TargetMachine &getTargetMachine() const { getTargetMachine() function in __anonb5bafcbc0311::X86DAGToDAGISel
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h361 const TargetMachine &getTargetMachine() const { return TM; } getTargetMachine() function