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

1 2

  /external/llvm/lib/Target/R600/
SIISelLowering.h 50 virtual EVT getSetCCResultType(EVT VT) const;
R600ISelLowering.h 41 virtual EVT getSetCCResultType(EVT VT) const;
SIISelLowering.cpp 233 EVT SITargetLowering::getSetCCResultType(EVT VT) const {
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 104 /// getSetCCResultType - get the ISD::SETCC result ValueType
105 EVT getSetCCResultType(EVT VT) const;
MBlazeISelLowering.cpp 195 EVT MBlazeTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 141 virtual EVT getSetCCResultType(EVT VT) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 103 virtual EVT getSetCCResultType(EVT VT) const {
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 169 EVT getSetCCResultType(EVT VT) const;
AArch64ISelLowering.cpp 270 EVT AArch64TargetLowering::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...]
LegalizeVectorOps.cpp 600 EVT MaskTy = TLI.getSetCCResultType(VT);
756 Ops[i] = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(TmpEltVT),
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp 190 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, getSetCCResultType(RetVT),
193 NewLHS = DAG.getNode(ISD::SETCC, dl, getSetCCResultType(RetVT), NewLHS,
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 272 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
273 virtual EVT getSetCCResultType(EVT VT) const;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 176 /// getSetCCResultType - get the ISD::SETCC result ValueType
177 EVT getSetCCResultType(EVT VT) const;
MipsISelLowering.cpp 405 EVT MipsTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 334 /// getSetCCResultType - Return the ISD::SETCC ValueType
335 virtual EVT getSetCCResultType(EVT VT) const;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 558 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
559 virtual EVT getSetCCResultType(EVT VT) const;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 191 /// getSetCCResultType - Return the ValueType of the result of SETCC
196 virtual EVT getSetCCResultType(EVT VT) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 924 milliseconds

1 2