Home
last modified time | relevance | path

Searched defs:SetOperand (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h694 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h694 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dinstruction.h694 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.cpp260 void CVm::SetOperand(bool byteMode, const COperand *op, UInt32 val) in SetOperand() function in NCompress::NRar3::NVm::CVm
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go730 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) } func