Home
last modified time | relevance | path

Searched refs:InsPos (Results 1 – 3 of 3) 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);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1014 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy() local
1019 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1020 SlotIndex InsPosIdx = LIS->getInstructionIndex(*InsPos).getRegSlot(true); in removePartialRedundancy()
1029 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()