Home
last modified time | relevance | path

Searched refs:GEPWidth (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp3454 unsigned GEPWidth = in ParseValID() local
3464 if (GEPWidth && (ValNumEl != GEPWidth)) in ParseValID()
3470 GEPWidth = ValNumEl; in ParseValID()
6748 unsigned GEPWidth = BaseType->isVectorTy() ? in ParseGetElementPtr() local
6762 if (GEPWidth && GEPWidth != ValNumEl) in ParseGetElementPtr()
6765 GEPWidth = ValNumEl; in ParseGetElementPtr()
/external/llvm/lib/IR/
DVerifier.cpp2897 unsigned GEPWidth = GEP.getType()->getVectorNumElements(); in visitGetElementPtrInst() local
2899 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
2905 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
/external/llvm/lib/AsmParser/
DLLParser.cpp6246 unsigned GEPWidth = BaseType->isVectorTy() ? in ParseGetElementPtr() local
6260 if (GEPWidth && GEPWidth != ValNumEl) in ParseGetElementPtr()
6263 GEPWidth = ValNumEl; in ParseGetElementPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp3120 unsigned GEPWidth = GEP.getType()->getVectorNumElements(); in visitGetElementPtrInst() local
3122 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
3128 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3770 unsigned GEPWidth = GEP->getType()->getVectorNumElements(); in getUniformBase() local
3771 EVT VT = EVT::getVectorVT(Context, Index.getValueType(), GEPWidth); in getUniformBase()
3772 SmallVector<SDValue, 16> Ops(GEPWidth, Index); in getUniformBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3980 unsigned GEPWidth = GEP->getType()->getVectorNumElements(); in getUniformBase() local
3981 EVT VT = EVT::getVectorVT(Context, Index.getValueType(), GEPWidth); in getUniformBase()