HomeSort by relevance Sort by last modified time
    Searched refs:getSelectionDAGInfo (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/X86/
X86TargetMachine.h 57 virtual const X86SelectionDAGInfo *getSelectionDAGInfo() const {
58 llvm_unreachable("getSelectionDAGInfo not implemented");
95 virtual const X86SelectionDAGInfo *getSelectionDAGInfo() const {
124 virtual const X86SelectionDAGInfo *getSelectionDAGInfo() const {
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 53 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 67 virtual const HexagonSelectionDAGInfo* getSelectionDAGInfo() const {
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 69 virtual const MBlazeSelectionDAGInfo* getSelectionDAGInfo() const
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 61 virtual const MSP430SelectionDAGInfo* getSelectionDAGInfo() const {
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 49 virtual const XCoreSelectionDAGInfo* getSelectionDAGInfo() const {
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 90 virtual const ARMSelectionDAGInfo* getSelectionDAGInfo() const {
129 virtual const ARMSelectionDAGInfo *getSelectionDAGInfo() const {
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 72 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const {
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 54 virtual const PPCSelectionDAGInfo* getSelectionDAGInfo() const {
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 52 virtual const SparcSelectionDAGInfo* getSelectionDAGInfo() const {
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 69 virtual const MipsSelectionDAGInfo* getSelectionDAGInfo() const {
  /external/llvm/include/llvm/Target/
TargetMachine.h 112 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const{ return 0; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 241 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 876 : TM(tm), TLI(*tm.getTargetLowering()), TSI(*tm.getSelectionDAGInfo()),
    [all...]

Completed in 154 milliseconds