Searched refs:GEPWidth (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3454 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/ |
D | Verifier.cpp | 2897 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/ |
D | LLParser.cpp | 6246 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/ |
D | Verifier.cpp | 3120 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/ |
D | SelectionDAGBuilder.cpp | 3770 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/ |
D | SelectionDAGBuilder.cpp | 3980 unsigned GEPWidth = GEP->getType()->getVectorNumElements(); in getUniformBase() local 3981 EVT VT = EVT::getVectorVT(Context, Index.getValueType(), GEPWidth); in getUniformBase()
|