Home
last modified time | relevance | path

Searched refs:bitsGE (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h184 bool bitsGE(EVT VT) const { in bitsGE() function
DMachineValueType.h454 bool bitsGE(MVT VT) const { in bitsGE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp466 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
DLegalizeFloatTypes.cpp595 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
DLegalizeDAG.cpp630 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
DSelectionDAG.cpp3981 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
DSelectionDAGBuilder.cpp506 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
DDAGCombiner.cpp11210 if (XType.bitsGE(AType)) { in SimplifySelectCC()
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp257 return VT.bitsGE(MVT::i64); in allowsUnalignedMemoryAccesses()
DR600ISelLowering.cpp1390 Value.getValueType().bitsGE(MVT::i32)) { in LowerSTORE()
DAMDGPUISelLowering.cpp1184 ExtType == ISD::NON_EXTLOAD || Load->getMemoryVT().bitsGE(MVT::i32)) in LowerLOAD()