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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 467 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
633 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
669 Overflow = DAG.getSetCC(DL, N->getValueType(1), Hi,
675 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 565 /// getSetCC - Helper function to make it easier to build SetCC's if you just
568 SDValue getSetCC(DebugLoc DL, EVT VT, SDValue LHS, SDValue RHS,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 606 SetCC = DAG.getSetCC(DL, SetCC.getValueType(), SetCC.getOperand(0),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 60 milliseconds