Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h249 bool bitsLE(EVT VT) const { in bitsLE() function
DSelectionDAG.h780 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
796 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1537 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()
DLegalizeIntegerTypes.cpp571 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()
DLegalizeVectorOps.cpp1084 if (SrcVT.bitsLE(VT)) { in ExpandANY_EXTEND_VECTOR_INREG()
1144 if (SrcVT.bitsLE(VT)) { in ExpandZERO_EXTEND_VECTOR_INREG()
DSelectionDAG.cpp833 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()
DTargetLowering.cpp3449 isTypeLegal(VT) && VT.bitsLE(N0.getValueType()) && in SimplifySetCC()
3686 (VT == ShValTy || (isTypeLegal(VT) && VT.bitsLE(ShValTy))) && in SimplifySetCC()
DDAGCombiner.cpp4916 if (ExtVT.bitsLE(Load->getMemoryVT())) in SearchForAndLoads()
10316 assert(BigA_AssertVT.bitsLE(N0.getValueType()) && in visitAssertExt()
10336 assert(BigA_AssertVT.bitsLE(N0.getValueType()) && in visitAssertExt()
18193 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h878 bool bitsLE(MVT VT) const { in bitsLE() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1277 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
DAMDGPUISelLowering.cpp3315 if (Subtarget->has16BitInsts() && VT.getScalarType().bitsLE(MVT::i16)) in performMulCombine()
DSIISelLowering.cpp1372 if (NumElts != 1 && VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()
4584 return Op.getValueType().bitsLE(VT) ? in getFPExtOrFPTrunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23444 assert(MaskVT.bitsLE(Mask.getSimpleValueType()) && "Unexpected mask size!"); in getMaskNode()
26482 assert(EltVT.bitsLE(MVT::i64) && "Unexpected element type!"); in LowerScalarVariableShift()