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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 79 MVT::SimpleValueType SVT = VT.getSimpleVT().SimpleTy;
81 switch (SVT) {
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 267 EVT SVT = VT;
268 while (SVT != MVT::f32) {
269 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);
270 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
273 TLI.isLoadExtLegal(ISD::EXTLOAD, SVT) &&
275 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
277 VT = SVT;
    [all...]
LegalizeFloatTypes.cpp 565 EVT SVT = N->getOperand(0).getValueType();
578 if (NVT.bitsGE(SVT))
641 EVT SVT = N->getOperand(0).getValueType();
644 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, RVT);
    [all...]
LegalizeIntegerTypes.cpp 511 EVT SVT = TLI.getSetCCResultType(N->getOperand(0).getValueType());
517 if (!TLI.isTypeLegal(SVT))
518 SVT = NVT;
521 assert(SVT.isVector() == N->getOperand(0).getValueType().isVector() &&
525 SDValue SetCC = DAG.getNode(N->getOpcode(), dl, SVT, N->getOperand(0),
528 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 81 milliseconds