Home
last modified time | relevance | path

Searched refs:bitsLE (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h439 bool bitsLE(MVT VT) const { in bitsLE() function
716 bool bitsLE(EVT VT) const { in bitsLE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1134 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1165 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1174 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1178 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1441 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp392 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
539 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?"); in PromoteIntRes_SETCC()
1641 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
1810 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
2171 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
2203 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
2409 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
2710 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
DSelectionDAG.cpp811 EltVT.bitsLE(I->getValueType()))) && in VerifyNodeCommon()
2640 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()
2949 assert(EVT.bitsLE(VT) && "Not rounding down!"); in getNode()
2957 VT.bitsLE(N1.getValueType()) && in getNode()
2970 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
2985 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
DTargetLowering.cpp1317 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC()
1472 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
DSelectionDAGBuilder.cpp294 bool Smaller = ValueVT.bitsLE(PartEVT); in getCopyFromPartsVector()
323 bool Smaller = ValueVT.bitsLE(PartEVT); in getCopyFromPartsVector()
512 bool Smaller = PartEVT.bitsLE(ValueVT); in getCopyToPartsVector()
522 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyToPartsVector()