Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h192 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anoncea0ee600111::SystemZDAGToDAGISel
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp143 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon3136c6e10111::X86FastISel
H A DX86ISelDAGToDAG.cpp410 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anone91c5f2e0311::X86DAGToDAGISel
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h231 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function