| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 265 bool bitsLT(EVT VT) const { in bitsLT() function
|
| H A D | TargetLowering.h | 3988 return VT.bitsLT(MinVT) ? MinVT : VT; in getTypeForExtReturn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 107 else if (Src.getValueType().bitsLT(MVT::i32)) in EmitSpecializedLibcall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1117 if (EVT(DestVT).bitsLT(NewVT)) // Value is expanded, e.g. i64 -> i16. in getVectorTypeBreakdownMVT() 1582 if (EVT(DestVT).bitsLT(NewVT)) { // Value is expanded, e.g. i64 -> i16. in getVectorTypeBreakdown() 1645 if (VT.bitsLT(MinVT)) in GetReturnInfo()
|
| H A D | CodeGenPrepare.cpp | 1289 if (SrcVT.bitsLT(DstVT)) return false; in OptimizeNoopCopyExpression()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2648 if (LegalSVT.bitsLT(SVT)) in getSplatValue() 4550 SVT = (SVT.bitsLT(Op.getValueType()) ? Op.getValueType() : SVT); in foldCONCAT_VECTORS() 4819 assert(Operand.getValueType().bitsLT(VT) && in getNode() 4846 assert(Operand.getValueType().bitsLT(VT) && in getNode() 4865 assert(Operand.getValueType().bitsLT(VT) && in getNode() 4884 assert(Operand.getValueType().bitsLT(VT) && in getNode() 4922 .bitsLT(VT.getScalarType())) in getNode() 5203 if (LegalSVT.bitsLT(SVT)) in FoldConstantArithmetic() 5331 if (LegalSVT.bitsLT(VT.getScalarType())) in FoldConstantVectorArithmetic() 6688 if (VT.bitsLT(LargestVT)) { in getMemsetStores() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 225 assert(OldEltVT.bitsLT(OldVT) && "Result type smaller then element type!"); in ExpandRes_EXTRACT_VECTOR_ELT()
|
| H A D | FastISel.cpp | 395 if (IdxVT.bitsLT(PtrVT)) { in getRegForGEPIndex() 1785 if (DstVT.bitsLT(SrcVT)) in selectOperator()
|
| H A D | LegalizeDAG.cpp | 1452 MemVT.bitsLT(Node->getOperand(0).getValueType()); in ExpandVectorBuildThroughStack() 3012 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode() 4777 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode() 4810 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode() 4856 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
|
| H A D | DAGCombiner.cpp | 5254 if (LdStMemVT.bitsLT(MemVT)) in isLegalNarrowLdSt() 11137 if (SrcVT.bitsLT(VT) && VT.isVector()) { in visitZERO_EXTEND() 11527 EVT MinAssertVT = AssertVT.bitsLT(BigA_AssertVT) ? AssertVT : BigA_AssertVT; in visitAssertExt() 11546 if (AssertVT.bitsLT(BigA_AssertVT)) { in visitAssertExt() 11826 ExtVT.bitsLT(cast<VTSDNode>(N0.getOperand(1))->getVT())) in visitSIGN_EXTEND_INREG() 12026 if (N0.getOperand(0).getValueType().bitsLT(VT)) in visitTRUNCATE() 12177 if (LN0->isSimple() && LN0->getMemoryVT().bitsLT(VT)) { in visitTRUNCATE() 14670 if (VT.bitsLT(In.getValueType())) in visitFP_EXTEND() 18454 if (ResultVT.bitsLT(VecEltVT)) in scalarizeExtractedVectorLoad() 18700 if (ScalarVT.bitsLT(LVT) && !TLI.isTruncateFree(LVT, ScalarVT)) in visitEXTRACT_VECTOR_ELT() [all …]
|
| H A D | LegalizeVectorTypes.cpp | 499 if (BoolVT.bitsLT(CondVT)) in ScalarizeVecRes_VSELECT() 2185 if (N->getValueType(0).bitsLT( in SplitVectorOperand() 2484 if (N->getValueType(0).bitsLT(EltVT)) { in SplitVecOp_EXTRACT_VECTOR_ELT()
|
| H A D | SelectionDAGBuilder.cpp | 261 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts() 274 if (ValueVT.bitsLT(PartEVT)) { in getCopyFromParts() 288 if (ValueVT.bitsLT(Val.getValueType())) in getCopyFromParts() 299 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts() 438 } else if (ValueVT.bitsLT(PartEVT)) { in getCopyFromPartsVector()
|
| H A D | TargetLowering.cpp | 3851 else if (Op0.getValueType().bitsLT(VT)) in SimplifySetCC() 7880 if (VT.bitsLT(MVT::i32)) { in lowerCmpEqZeroToCtlzSrl() 8507 if (RType.bitsLT(Overflow.getValueType())) in expandMULO()
|
| H A D | LegalizeIntegerTypes.cpp | 4742 if (N->getOperand(i).getValueType().bitsLT(NOutVTElem)) in PromoteIntRes_BUILD_VECTOR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 1264 cast<VTSDNode>(N->getOperand(1))->getVT().bitsLT(MVT::i32)) { in selectSExti32() 1372 if (EltVT.bitsLT(XLenVT)) in selectVSplatSimmHelper()
|
| H A D | RISCVISelLowering.cpp | 2040 assert(DstEltVT.bitsLT(SrcEltVT) && in LowerOperation() 3275 if (OpVT.bitsLT(XLenVT)) { in lowerVectorIntrinsicSplats() 5040 if (VT.bitsLT(XLenVT)) { in ReplaceNodeResults() 5882 IndexVT.getVectorElementType().bitsLT(XLenVT)); in PerformDAGCombine() 5891 if (IndexVT.getVectorElementType().bitsLT(XLenVT)) { in PerformDAGCombine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1240 if (MemVT.bitsLT(MVT::i32)) in LowerSTORE() 1358 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD() 1584 if (VT.bitsLT(MVT::i32)) in allowsMisalignedMemoryAccesses()
|
| H A D | SIISelLowering.cpp | 1655 VT.bitsLT(MemVT)) { in convertArgType() 4858 if (NewVT.bitsLT(MVT::i32)) { in ReplaceNodeResults() 7935 if (VT.bitsLT(Op.getValueType())) in getLoadExtOrTrunc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | MachineValueType.h | 1080 bool bitsLT(MVT VT) const { in bitsLT() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips64InstrInfo.td | 71 return cast<VTSDNode>(N->getOperand(1))->getVT().bitsLT(MVT::i32);
|
| H A D | MipsISelLowering.cpp | 4013 return VT.bitsLT(MinVT) ? MinVT : VT; in getTypeForExtReturn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3630 if (DstVT.bitsLT(SrcVT)) in fastSelectInstruction()
|
| H A D | X86ISelLowering.cpp | 2933 return VT.bitsLT(MinVT) ? MinVT : VT; in getTypeForExtReturn() 21942 if (Sign.getSimpleValueType().bitsLT(VT)) in LowerFCOPYSIGN() 28137 else if (EltVT.bitsLT(MVT::i32)) in LowerScalarVariableShift() 49607 if (OutVT16.bitsLT(In0.getValueType())) { in matchPMADDWD_2() 49611 if (OutVT16.bitsLT(In1.getValueType())) { in matchPMADDWD_2()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 4872 if (IdxVT.bitsLT(PtrVT)) { in getRegForGEPIndex()
|
| H A D | AArch64ISelLowering.cpp | 6731 if (SrcVT.bitsLT(VT)) in LowerFCOPYSIGN() 8258 if (SrcEltTy.bitsLT(SmallestEltTy)) { in ReconstructShuffle()
|