Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.h183 bool bitsGE(EVT VT) const { in bitsGE() function
DMachineValueType.h471 bool bitsGE(MVT VT) const { in bitsGE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp503 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
DLegalizeFloatTypes.cpp651 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
DLegalizeDAG.cpp619 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
DSelectionDAG.cpp4100 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
DSelectionDAGBuilder.cpp511 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
DDAGCombiner.cpp12764 if (XType.bitsGE(AType)) { in SimplifySelectCC()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp1359 Value.getValueType().bitsGE(MVT::i32)) { in LowerSTORE()
DAMDGPUISelLowering.cpp1444 ExtType == ISD::NON_EXTLOAD || Load->getMemoryVT().bitsGE(MVT::i32)) in LowerLOAD()