Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h155 const PPCTargetMachine &getTargetMachine() const { return TM; } getTargetMachine() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp197 const M68kTargetMachine &getTargetMachine() { getTargetMachine() function in __anond8c464fb0211::M68kDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anoned07ff4d0111::SystemZDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp132 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anona4374c4e0111::X86FastISel
H A DX86ISelDAGToDAG.cpp506 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon4a8bd31b0311::X86DAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h360 const TargetMachine &getTargetMachine() const { return TM; } getTargetMachine() function