/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 218 bool bitsLE(EVT VT) const { in bitsLE() function
|
D | MachineValueType.h | 547 bool bitsLE(MVT VT) const { in bitsLE() function
|
D | SelectionDAG.h | 656 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 249 bool bitsLE(EVT VT) const { in bitsLE() function
|
D | SelectionDAG.h | 780 VT.getVectorElementType().bitsLE(Op.getValueType()))) && 796 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 270 bool bitsLE(EVT VT) const { in bitsLE() function
|
D | SelectionDAG.h | 819 VT.getVectorElementType().bitsLE(Op.getValueType()))) && 835 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1387 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()
|
D | LegalizeIntegerTypes.cpp | 454 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()
|
D | SelectionDAG.cpp | 701 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()
|
D | TargetLowering.cpp | 1655 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC() 1827 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1537 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD() 1567 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP() 1576 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP() 1580 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP() 1870 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
|
D | LegalizeIntegerTypes.cpp | 571 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND() 2508 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND() 2816 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD() 3421 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND() 3453 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG() 3690 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND() 4088 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
|
D | LegalizeVectorOps.cpp | 1084 if (SrcVT.bitsLE(VT)) { in ExpandANY_EXTEND_VECTOR_INREG() 1144 if (SrcVT.bitsLE(VT)) { in ExpandZERO_EXTEND_VECTOR_INREG()
|
D | SelectionDAG.cpp | 833 EltVT.bitsLE(I->getValueType()))) && in VerifySDNode() 1162 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc() 4695 assert(Operand.getValueType().bitsLE(VT) && in getNode() 4736 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode() 5260 VT.bitsLE(N1.getValueType()) && in getNode() 5274 assert(EVT.bitsLE(VT.getScalarType()) && "Not extending!"); in getNode() 5289 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1601 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD() 1638 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP() 1650 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP() 1654 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP() 1670 if (isSigned || SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP() 1976 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
|
D | LegalizeVectorOps.cpp | 985 if (SrcVT.bitsLE(VT)) { in ExpandANY_EXTEND_VECTOR_INREG() 1044 if (SrcVT.bitsLE(VT)) { in ExpandZERO_EXTEND_VECTOR_INREG()
|
D | LegalizeIntegerTypes.cpp | 626 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND() 2785 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND() 3142 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD() 3786 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND() 3818 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG() 4055 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND() 4468 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE() 4594 assert(PromEltVT.bitsLE(NOutVTElem) && in PromoteIntRes_EXTRACT_SUBVECTOR()
|
D | SelectionDAG.cpp | 884 EltVT.bitsLE(I->getValueType()))) && in VerifySDNode() 1213 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc() 1230 assert(VT.bitsLE(OpVT) && "Not extending!"); in getZeroExtendInReg() 4675 assert(Operand.getValueType().bitsLE(VT) && in getNode() 4716 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode() 5341 VT.bitsLE(N1.getValueType()) && in getNode() 5355 assert(EVT.bitsLE(VT.getScalarType()) && "Not extending!"); in getNode() 5370 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 878 bool bitsLE(MVT VT) const { in bitsLE() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 1063 bool bitsLE(MVT VT) const { in bitsLE() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1277 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1283 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1375 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
|
D | SIISelLowering.cpp | 526 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()
|