Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DValueTypes.h218 bool bitsLE(EVT VT) const { in bitsLE() function
DMachineValueType.h547 bool bitsLE(MVT VT) const { in bitsLE() function
DSelectionDAG.h656 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h247 bool bitsLE(EVT VT) const { in bitsLE() function
DSelectionDAG.h751 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1148 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1178 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1186 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1190 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1453 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp390 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
522 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?"); in PromoteIntRes_SETCC()
1619 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
1785 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
2134 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
2166 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
2366 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
2667 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
DSelectionDAG.cpp777 EltVT.bitsLE(I->getValueType()))) && in VerifyNodeCommon()
2591 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()
2802 assert(EVT.bitsLE(VT) && "Not rounding down!"); in getNode()
2810 VT.bitsLE(N1.getValueType()) && in getNode()
2823 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
2838 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
DTargetLowering.cpp2155 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC()
2304 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
DSelectionDAGBuilder.cpp289 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyFromPartsVector()
307 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyFromPartsVector()
478 bool Smaller = PartVT.bitsLE(ValueVT); in getCopyToPartsVector()
488 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyToPartsVector()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h554 bool bitsLE(EVT VT) const { in bitsLE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1387 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1417 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1426 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1430 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1708 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp454 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
623 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?"); in PromoteIntRes_SETCC()
1869 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
2063 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
2427 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
2460 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
2685 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
3055 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
DSelectionDAG.cpp701 EltVT.bitsLE(I->getValueType()))) && in VerifySDNode()
1021 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc()
3180 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()
3605 assert(EVT.bitsLE(VT) && "Not rounding down!"); in getNode()
3613 VT.bitsLE(N1.getValueType()) && in getNode()
3626 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
3641 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
DTargetLowering.cpp1655 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC()
1827 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1441 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1471 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1480 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1484 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1725 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp448 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
2042 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
2247 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
2613 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
2645 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
2847 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
3213 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
DSelectionDAG.cpp798 EltVT.bitsLE(I->getValueType()))) && in VerifySDNode()
1102 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc()
4083 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()
4536 assert(EVT.bitsLE(VT) && "Not rounding down!"); in getNode()
4544 VT.bitsLE(N1.getValueType()) && in getNode()
4558 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
4573 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
DTargetLowering.cpp2252 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC()
2461 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h787 bool bitsLE(MVT VT) const { in bitsLE() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1274 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
DSIISelLowering.cpp1150 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()
4020 return Op.getValueType().bitsLE(VT) ? in getFPExtOrFPTrunc()
DAMDGPUISelLowering.cpp3145 if (Subtarget->has16BitInsts() && VT.getScalarType().bitsLE(MVT::i16)) in performMulCombine()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1375 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
DSIISelLowering.cpp526 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()

12