Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h317 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h406 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp138 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon386aac6e0111::SystemZDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp294 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anonb987ef3c0311::X86DAGToDAGISel
H A DX86FastISel.cpp132 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anonf8707fef0111::X86FastISel
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h150 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function