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

  /external/llvm/lib/Target/PTX/
PTXISelLowering.h 73 virtual EVT getSetCCResultType(EVT VT) const;
PTXISelLowering.cpp 112 EVT PTXTargetLowering::getSetCCResultType(EVT VT) const {
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 109 /// getSetCCResultType - Return the ValueType for ISD::SETCC
110 virtual EVT getSetCCResultType(EVT VT) const;
SPUISelLowering.cpp 514 EVT SPUTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 131 virtual EVT getSetCCResultType(EVT VT) const {
  /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/Mips/
MipsISelLowering.h 105 /// getSetCCResultType - get the ISD::SETCC result ValueType
106 EVT getSetCCResultType(EVT VT) const;
MipsISelLowering.cpp 294 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 486 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 259 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
260 virtual EVT getSetCCResultType(EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 250 /// getSetCCResultType - Return the ISD::SETCC ValueType
251 virtual EVT getSetCCResultType(EVT VT) const;
PPCISelLowering.cpp 511 EVT PPCTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 507 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
508 virtual EVT getSetCCResultType(EVT VT) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 153 /// getSetCCResultType - Return the ValueType of the result of SETCC
158 virtual EVT getSetCCResultType(EVT VT) const;
    [all...]

Completed in 440 milliseconds