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

  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 104 /// getSetCCResultType - get the ISD::SETCC result ValueType
105 EVT getSetCCResultType(EVT VT) const;
MBlazeISelLowering.cpp 193 EVT MBlazeTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 94 virtual EVT getSetCCResultType(EVT VT) const {
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 108 /// getSetCCResultType - Return the ValueType for ISD::SETCC
109 virtual EVT getSetCCResultType(EVT VT) const;
SPUISelLowering.cpp 516 EVT SPUTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 128 virtual EVT getSetCCResultType(EVT VT) const {
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 115 /// getSetCCResultType - get the ISD::SETCC result ValueType
116 EVT getSetCCResultType(EVT VT) const;
MipsISelLowering.cpp 322 EVT MipsTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 495 Mask = PromoteTargetBoolean(Mask, TLI.getSetCCResultType(OpTy));
511 EVT SVT = TLI.getSetCCResultType(N->getOperand(0).getValueType());
515 // Only use the result of getSetCCResultType if it is legal,
    [all...]
LegalizeFloatTypes.cpp 686 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT),
689 NewLHS = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT), NewLHS,
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorOps.cpp 470 EVT MaskTy = TLI.getSetCCResultType(VT);
606 Ops[i] = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(TmpEltVT),
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 268 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
269 virtual EVT getSetCCResultType(EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 254 /// getSetCCResultType - Return the ISD::SETCC ValueType
255 virtual EVT getSetCCResultType(EVT VT) const;
PPCISelLowering.cpp 540 EVT PPCTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 531 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
532 virtual EVT getSetCCResultType(EVT VT) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 182 /// getSetCCResultType - Return the ValueType of the result of SETCC
187 virtual EVT getSetCCResultType(EVT VT) const;
    [all...]

Completed in 949 milliseconds