Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp215 bool CreateForward = true);
217 bool CreateForward = true);
793 LLVMToSPIRV::transValue(Value *V, SPIRVBasicBlock *BB, bool CreateForward) { in transValue() argument
795 if (Loc != ValueMap.end() && (!Loc->second->isForward() || CreateForward)) in transValue()
803 auto BV = transValueWithoutDecoration(V, BB, CreateForward); in transValue()
862 bool CreateForward) { in transValueWithoutDecoration() argument
924 if (CreateForward) in transValueWithoutDecoration()