Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp553 spirv::GlobalVariableOp newVarOp; in getOrInsertBuiltinVariable() local
564 newVarOp = in getOrInsertBuiltinVariable()
574 newVarOp = in getOrInsertBuiltinVariable()
582 return newVarOp; in getOrInsertBuiltinVariable()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp849 std::unique_ptr<Instruction> newVarOp( in GetBuiltinInputVarId() local
853 get_def_use_mgr()->AnalyzeInstDefUse(&*newVarOp); in GetBuiltinInputVarId()
854 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinInputVarId()
Dinstrument_pass.cpp523 std::unique_ptr<Instruction> newVarOp(new Instruction( in GetOutputBufferId() local
527 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()
567 std::unique_ptr<Instruction> newVarOp(new Instruction( in GetInputBufferId() local
571 context()->AddGlobalValue(std::move(newVarOp)); in GetInputBufferId()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp849 std::unique_ptr<Instruction> newVarOp( in GetBuiltinInputVarId() local
853 get_def_use_mgr()->AnalyzeInstDefUse(&*newVarOp); in GetBuiltinInputVarId()
854 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinInputVarId()
Dinstrument_pass.cpp523 std::unique_ptr<Instruction> newVarOp(new Instruction( in GetOutputBufferId() local
527 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()
567 std::unique_ptr<Instruction> newVarOp(new Instruction( in GetInputBufferId() local
571 context()->AddGlobalValue(std::move(newVarOp)); in GetInputBufferId()