Searched defs:getOpcode (Results 1 – 14 of 14) sorted by relevance
31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
40 unsigned getOpcode() const { in getOpcode() function48 static unsigned getOpcode(const Value *V) { in getOpcode() function
172 unsigned getOpcode() const { return Opcode; } in getOpcode() function
410 Opcode getOpcode() const { return Op; } in getOpcode() function567 Opcode getOpcode() const { return Op; } in getOpcode() function
228 unsigned getOpcode() const { return Opcode; } in getOpcode() function
196 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
702 unsigned getOpcode() const { return Opcode; } in getOpcode() function
347 unsigned getOpcode() const { in getOpcode() function1564 unsigned getOpcode() const { in getOpcode() function6324 unsigned getOpcode() const { in getOpcode() function in __anonb2096cbe1f11::HorizontalReduction::OperationData
111 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
266 unsigned getOpcode() const { in getOpcode() function
788 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function845 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function902 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
184 inline uint getOpcode() const { return insn->Instruction.Opcode; } in getOpcode() function in tgsi::Instruction
555 sw::Shader::Opcode OutputASM::getOpcode(sw::Shader::Opcode op, TIntermTyped *in) const in getOpcode() function in glsl::OutputASM