Home
last modified time | relevance | path

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

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