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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 115 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
120 TargetConstant,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 129 case ISD::TargetConstant:
132 return "TargetConstant";
LegalizeTypes.h 95 return N->getOpcode() == ISD::TargetConstant;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 411 case ISD::TargetConstant:
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 149 if (N.getOpcode() == ISD::TargetConstant ||
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 94 milliseconds