Home
last modified time | relevance | path

Searched defs:getOpcode (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h40 unsigned getOpcode() const { in getOpcode() function
48 static unsigned getOpcode(const Value *V) { in getOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h172 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DMCExpr.h410 Opcode getOpcode() const { return Op; } in getOpcode() function
567 Opcode getOpcode() const { return Op; } in getOpcode() function
DMCInstrDesc.h228 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp196 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
DVPlan.h702 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DSLPVectorizer.cpp347 unsigned getOpcode() const { in getOpcode() function
1564 unsigned getOpcode() const { in getOpcode() function
6324 unsigned getOpcode() const { in getOpcode() function in __anonb2096cbe1f11::HorizontalReduction::OperationData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h111 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h266 unsigned getOpcode() const { in getOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h788 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
845 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
902 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp184 inline uint getOpcode() const { return insn->Instruction.Opcode; } in getOpcode() function in tgsi::Instruction
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp555 sw::Shader::Opcode OutputASM::getOpcode(sw::Shader::Opcode op, TIntermTyped *in) const in getOpcode() function in glsl::OutputASM