Home
last modified time | relevance | path

Searched refs:InsPos (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp753 addVector(Instruction *InsPos, ValueVecRange Range) { in addVector() argument
758 IRBuilder<> Builder(InsPos); in addVector()
763 ConstantInt::get(Type::getInt32Ty(InsPos->getContext()), Index, false)); in addVector()
768 makeVector(Instruction *InsPos, std::vector<Value *> &Ops, in makeVector() argument
770 auto Vec = addVector(InsPos, Range); in makeVector()
776 expandVector(Instruction *InsPos, std::vector<Value *> &Ops, in expandVector() argument
783 IRBuilder<> Builder(InsPos); in expandVector()
786 ConstantInt::get(Type::getInt32Ty(InsPos->getContext()), I, false))); in expandVector()
808 Value *CtxAlign, Instruction *InsPos, StringRef InstName) { in addBlockBind() argument
819 InsPos, nullptr, InstName); in addBlockBind()
DSPIRVInternal.h698 Value *CtxAlign, Instruction *InsPos,
706 addVector(Instruction *InsPos, ValueVecRange Range);
710 makeVector(Instruction *InsPos, std::vector<Value *> &Ops,
718 expandVector(Instruction *InsPos, std::vector<Value *> &Ops, size_t VecPos);