Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h444 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon4058cfdd0211::M68kDAGToDAGISel
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h216 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon45ad8baf0111::SystemZDAGToDAGISel
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp141 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon2295b5b00111::X86FastISel
H A DX86ISelDAGToDAG.cpp456 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon3ae41d7d0311::X86DAGToDAGISel
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h338 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function