/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.h | 32 const XCoreSubtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.h | 38 const AArch64Subtarget *getSubtargetImpl() const override { in getSubtargetImpl() function
|
H A D | AArch64TargetMachine.cpp | 123 AArch64TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in AArch64TargetMachine
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.h | 37 const MSP430Subtarget *getSubtargetImpl() const override { in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 33 const SparcSubtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.h | 36 const HexagonSubtarget *getSubtargetImpl() const override { in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | AMDGPUTargetMachine.h | 42 const AMDGPUSubtarget *getSubtargetImpl() const override { in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.h | 40 const PPCSubtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
H A D | PPCTargetMachine.cpp | 117 PPCTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in PPCTargetMachine
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.h | 37 const SystemZSubtarget *getSubtargetImpl() const override { in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
H A D | CPPTargetMachine.h | 38 const CPPSubtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.h | 41 const NVPTXSubtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.h | 38 const X86Subtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
H A D | X86TargetMachine.cpp | 76 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in X86TargetMachine
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.h | 47 const ARMSubtarget *getSubtargetImpl() const override { return &Subtarget; } in getSubtargetImpl() function
|
H A D | ARMTargetMachine.cpp | 128 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in ARMBaseTargetMachine
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.h | 45 const MipsSubtarget *getSubtargetImpl() const override { in getSubtargetImpl() function
|
H A D | MipsTargetMachine.cpp | 93 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 100 virtual const TargetSubtargetInfo *getSubtargetImpl() const { in getSubtargetImpl() function 103 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { in getSubtargetImpl() function
|