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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 103 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
108 TargetConstant,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 120 case ISD::TargetConstant:
123 return "TargetConstant";
LegalizeTypes.h 81 return N->getOpcode() == ISD::TargetConstant;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 415 case ISD::TargetConstant:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 134 if (N.getOpcode() == ISD::TargetConstant ||
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 57 milliseconds