Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h156 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon2b5e9e3e0211::M68kDAGToDAGISel
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon2826ded00111::SystemZDAGToDAGISel
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp132 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anone23c8f510111::X86FastISel
H A DX86ISelDAGToDAG.cpp506 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anonbfb0df9e0311::X86DAGToDAGISel
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h362 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function