Searched defs:Inst (Results 1 – 9 of 9) sorted by relevance
28 export type Inst = number; alias
32 explicit Inst(const compiler::Inst *inst) : inst_(inst) in Inst() function
25 class Inst; variable
27 class Inst; variable
29 class Inst; variable
43 class Inst; variable
39 class Inst; variable1348 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() function1350 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) in Inst() function2007 …explicit ConstantInst(Opcode /* unused */, T value, bool support_int32 = false) : Inst(Opcode::Con… in Inst() function
30 class Inst; variable
99 using Inst = panda::defect_scan_aux::Inst; typedef