Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h247 bool bitsLE(EVT VT) const { in bitsLE() function
H A DSelectionDAG.h756 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A 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()
H A DLegalizeIntegerTypes.cpp515 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
2180 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
2385 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
2846 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
2878 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
3111 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
3477 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
H A DSelectionDAG.cpp816 EltVT.bitsLE(I->getValueType()))) && in VerifySDNode()
1120 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc()
4379 assert(Operand.getValueType().bitsLE(VT) && in getNode()
4420 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()
4897 assert(EVT.bitsLE(VT) && "Not rounding down!"); in getNode()
4905 VT.bitsLE(N1.getValueType()) && in getNode()
4919 assert(EVT.bitsLE(VT.getScalarType()) && "Not extending!"); in getNode()
4934 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
H A DTargetLowering.cpp2519 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC()
2728 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
H A DDAGCombiner.cpp4349 if (ExtVT.bitsLE(Load->getMemoryVT())) in SearchForAndLoads()
9256 assert(BigA_AssertVT.bitsLE(N0.getValueType()) && in visitAssertExt()
9276 assert(BigA_AssertVT.bitsLE(N0.getValueType()) && in visitAssertExt()
16824 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMachineValueType.h787 bool bitsLE(MVT VT) const { in bitsLE() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1274 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
H A DSIISelLowering.cpp1241 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()
4114 return Op.getValueType().bitsLE(VT) ? in getFPExtOrFPTrunc()
H A DAMDGPUISelLowering.cpp3203 if (Subtarget->has16BitInsts() && VT.getScalarType().bitsLE(MVT::i16)) in performMulCombine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21382 assert(MaskVT.bitsLE(Mask.getSimpleValueType()) && "Unexpected mask size!"); in getMaskNode()
24297 assert(EltVT.bitsLE(MVT::i64) && "Unexpected element type!"); in LowerScalarVariableShift()