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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 63 if (isa<ConstantPoolSDNode>(Node)) return true;
SelectionDAGDumper.cpp 413 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){
InstrEmitter.cpp 399 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op)) {
    [all...]
SelectionDAG.cpp 461 const ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(N);
892 assert(!isa<ConstantPoolSDNode>(N) && "Bad ConstantPoolSDNode!");
    [all...]
LegalizeDAG.cpp 288 unsigned Alignment = cast<ConstantPoolSDNode>(CPIdx)->getAlignment();
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 152 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 264 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 217 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
MipsISelLowering.h 459 SDValue getTargetNode(ConstantPoolSDNode *N, EVT Ty, SelectionDAG &DAG,
MipsSEISelDAGToDAG.cpp 326 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
MipsISelLowering.cpp 114 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 668 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
710 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 330 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 884 milliseconds