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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 271 EVT SVT = VT;
272 while (SVT != MVT::f32) {
273 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);
274 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
277 TLI.isLoadExtLegal(ISD::EXTLOAD, SVT) &&
279 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
281 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 = getSetCCResultType(N->getOperand(0).getValueType());
517 if (!TLI.isTypeLegal(SVT))
518 SVT = NVT;
521 assert(SVT.isVector() == N->getOperand(0).getValueType().isVector() &&
536 SDValue SetCC = DAG.getNode(N->getOpcode(), dl, SVT, LHS, RHS,
539 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 129 MVT::SimpleValueType SVT = VT.getSimpleVT().SimpleTy;
131 switch (SVT) {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 320 milliseconds