HomeSort by relevance Sort by last modified time
    Searched refs:InsPos (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 753 addVector(Instruction *InsPos, ValueVecRange Range) {
758 IRBuilder<> Builder(InsPos);
763 ConstantInt::get(Type::getInt32Ty(InsPos->getContext()), Index, false));
768 makeVector(Instruction *InsPos, std::vector<Value *> &Ops,
770 auto Vec = addVector(InsPos, Range);
776 expandVector(Instruction *InsPos, std::vector<Value *> &Ops,
783 IRBuilder<> Builder(InsPos);
786 ConstantInt::get(Type::getInt32Ty(InsPos->getContext()), I, false)));
808 Value *CtxAlign, Instruction *InsPos, StringRef InstName) {
819 InsPos, nullptr, InstName)
    [all...]
SPIRVInternal.h 698 Value *CtxAlign, Instruction *InsPos,
704 /// Add a vector at \param InsPos.
706 addVector(Instruction *InsPos, ValueVecRange Range);
708 /// Replace scalar values with a vector created at \param InsPos.
710 makeVector(Instruction *InsPos, std::vector<Value *> &Ops,
714 /// Generate extract element instructions at \param InsPos and replace
718 expandVector(Instruction *InsPos, std::vector<Value *> &Ops, size_t VecPos);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 130 milliseconds