Home
last modified time | relevance | path

Searched refs:Origs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInstrMaps.h84 void registerVector(ArrayRef<Value *> Origs, Action *Vec) { in registerVector() argument
87 for (Value *Orig : Origs) { in registerVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1341 void killAndReplaceSplitInstructions(SmallVectorImpl<Instruction *> &Origs);
1578 SmallVectorImpl<Instruction *> &Origs) { in killAndReplaceSplitInstructions() argument
1582 for (Instruction *I : Origs) { in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
H A DCGOpenMPRuntime.cpp766 ArrayRef<const Expr *> Origs, in ReductionCodeGen() argument
773 const auto *IOrig = Origs.begin(); in ReductionCodeGen()