Searched defs:getSelectionDAGInfo (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h53 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::AArch64TargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h67 virtual const HexagonSelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::HexagonTargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h61 virtual const MSP430SelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::MSP430TargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h49 virtual const XCoreSelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::XCoreTargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.h90 virtual const ARMSelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::ARMTargetMachine
129 virtual const ARMSelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::ThumbTargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h69 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::NVPTXTargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h54 virtual const PPCSelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::PPCTargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h54 virtual const SparcSelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::SparcTargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.h57 virtual const X86SelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::X86TargetMachine
95 virtual const X86SelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::X86_32TargetMachine
124 virtual const X86SelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::X86_64TargetMachine
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h85 virtual const MipsSelectionDAGInfo* getSelectionDAGInfo() const { function in class:llvm::MipsTargetMachine
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h122 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const{ return 0; } function in class:llvm::TargetMachine
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h287 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; } function in class:llvm::SelectionDAG

Completed in 203 milliseconds