Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DTestRunner.h46 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h48 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h155 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp197 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon69dd31c00211::M68kDAGToDAGISel
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon951a8bd20111::SystemZDAGToDAGISel
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp132 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon57bb29530111::X86FastISel
H A DX86ISelDAGToDAG.cpp504 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anona710aaa00311::X86DAGToDAGISel
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h350 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function