| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Instruction.h | 142 static const char* getOpcodeName(unsigned OpCode); 144 static inline bool isTerminator(unsigned OpCode) { 145 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd; 185 static inline bool isCast(unsigned OpCode) { 186 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd; 190 static inline bool isFuncletPad(unsigned OpCode) { 191 return OpCode >= FuncletPadOpsBegin && OpCode < FuncletPadOpsEnd; 195 static inline bool isExceptionalTerminator(unsigned OpCode) { 196 switch (OpCode) { 209 static inline bool isIndirectTerminator(unsigned OpCode) { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Instruction.h | 120 static const char* getOpcodeName(unsigned OpCode); 122 static inline bool isTerminator(unsigned OpCode) { in isTerminator() argument 123 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd; in isTerminator() 151 static inline bool isCast(unsigned OpCode) { in isCast() argument 152 return OpCode >= CastOpsBegin && OpCode < CastOpsEnd; in isCast() 156 static inline bool isFuncletPad(unsigned OpCode) { in isFuncletPad() argument 157 return OpCode >= FuncletPadOpsBegin && OpCode < FuncletPadOpsEnd; in isFuncletPad()
|
| /third_party/typescript/src/compiler/transformers/ |
| D | generators.ts | 124 const enum OpCode { enum 276 let operations: OpCode[] | undefined; // The operation to perform. 804 …emitWorker(OpCode.Statement, [factory.createExpressionStatement(factory.inlineExpressions(pendingE… 827 …emitWorker(OpCode.Statement, [factory.createExpressionStatement(factory.inlineExpressions(pendingE… 2505 emitWorker(OpCode.Nop); 2515 emitWorker(OpCode.Statement, [node]); 2530 emitWorker(OpCode.Assign, [left, right], location); 2540 emitWorker(OpCode.Break, [label], location); 2552 emitWorker(OpCode.BreakWhenTrue, [label, condition], location); 2564 emitWorker(OpCode.BreakWhenFalse, [label, condition], location); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 80 unsigned OpCode = CE->getOpcode(); in createReplacementInstr() local 81 switch (OpCode) { in createReplacementInstr() 105 Builder.CreateBinOp((Instruction::BinaryOps)OpCode, in createReplacementInstr() 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
| D | XCoreRegisterInfo.cpp | 168 unsigned OpCode = MI.getOpcode(); in InsertSPConstInst() local 171 if (OpCode==XCore::STWFI) { in InsertSPConstInst() 181 switch (OpCode) { in InsertSPConstInst()
|
| /third_party/node/src/ |
| D | inspector_socket.cc | 234 typedef int OpCode; typedef 236 const OpCode kOpCodeContinuation = 0x0; 237 const OpCode kOpCodeText = 0x1; 238 const OpCode kOpCodeBinary = 0x2; 239 const OpCode kOpCodeClose = 0x8; 240 const OpCode kOpCodePing = 0x9; 241 const OpCode kOpCodePong = 0xA; 258 OpCode op_code = kOpCodeText; in encode_frame_hybi17()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
| D | syntax.md | 169 each subsequent token not recognized as an OpCode or a `<result-id>` is emitted 170 into the binary output without any checking; when a recognizable OpCode or a 172 returns to normal. (If a subsequent OpCode is never found, then this alternate 191 * When an OpCode is replaced by `!<integer>`, the integer value should encode 195 * Consecutive instructions may have their OpCode replaced by `!<integer>` and 209 * The `=` sign cannot be processed by the alternate parsing mode if the OpCode
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/ |
| D | syntax.md | 169 each subsequent token not recognized as an OpCode or a <result-id> is emitted 170 into the binary output without any checking; when a recognizable OpCode or a 172 returns to normal. (If a subsequent OpCode is never found, then this alternate 191 * When an OpCode is replaced by `!<integer>`, the integer value should encode 195 * Consecutive instructions may have their OpCode replaced by `!<integer>` and 209 * The `=` sign cannot be processed by the alternate parsing mode if the OpCode
|
| /third_party/spirv-tools/docs/ |
| D | syntax.md | 169 each subsequent token not recognized as an OpCode or a `<result-id>` is emitted 170 into the binary output without any checking; when a recognizable OpCode or a 172 returns to normal. (If a subsequent OpCode is never found, then this alternate 191 * When an OpCode is replaced by `!<integer>`, the integer value should encode 195 * Consecutive instructions may have their OpCode replaced by `!<integer>` and 209 * The `=` sign cannot be processed by the alternate parsing mode if the OpCode
|
| /third_party/skia/third_party/externals/spirv-tools/docs/ |
| D | syntax.md | 169 each subsequent token not recognized as an OpCode or a `<result-id>` is emitted 170 into the binary output without any checking; when a recognizable OpCode or a 172 returns to normal. (If a subsequent OpCode is never found, then this alternate 191 * When an OpCode is replaced by `!<integer>`, the integer value should encode 195 * Consecutive instructions may have their OpCode replaced by `!<integer>` and 209 * The `=` sign cannot be processed by the alternate parsing mode if the OpCode
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| D | MIParser.cpp | 144 unsigned &OpCode) { in parseInstrName() argument 149 OpCode = InstrInfo->getValue(); in parseInstrName() 488 bool parseMachineOperand(const unsigned OpCode, const unsigned OpIdx, 491 bool parseMachineOperandAndTargetFlags(const unsigned OpCode, 509 bool parseTargetImmMnemonic(const unsigned OpCode, const unsigned OpIdx, 537 bool parseInstruction(unsigned &OpCode, unsigned &Flags); 940 unsigned OpCode, Flags = 0; in parse() local 941 if (Token.isError() || parseInstruction(OpCode, Flags)) in parse() 952 if (parseMachineOperandAndTargetFlags(OpCode, Operands.size(), MO, TiedDefIdx)) in parse() 954 if (OpCode == TargetOpcode::DBG_VALUE && MO.isReg()) in parse() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 1058 unsigned OpCode) const; 1239 unsigned OpCode) const { in getSCEVByOpCode() 1240 if (OpCode == Instruction::Add) in getSCEVByOpCode() 1242 if (OpCode == Instruction::Sub) in getSCEVByOpCode() 1244 if (OpCode == Instruction::Mul) in getSCEVByOpCode() 1257 const unsigned OpCode = DU.NarrowUse->getOpcode(); in getExtendedOperandRecurrence() local 1259 if (OpCode != Instruction::Add && OpCode != Instruction::Sub && in getExtendedOperandRecurrence() 1260 OpCode != Instruction::Mul) in getExtendedOperandRecurrence() 1295 dyn_cast<SCEVAddRecExpr>(getSCEVByOpCode(lhs, rhs, OpCode)); in getExtendedOperandRecurrence() 1421 const unsigned OpCode = NarrowUse->getOpcode(); in widenWithVariantLoadUse() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MIRFormatter.h | 44 virtual bool parseImmMnemonic(const unsigned OpCode, const unsigned OpIdx, in parseImmMnemonic() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFExpression.cpp | 110 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) { in getOpDesc() argument 114 if (OpCode >= Descriptions.size()) in getOpDesc() 116 return Descriptions[OpCode]; in getOpDesc()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
| D | MIParser.h | 99 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | SymbolRecord.h | 162 BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid; member 258 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op); in ParseCurrentAnnotation() 259 switch (Result.OpCode) { in ParseCurrentAnnotation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 3598 unsigned OpCode = 0; in expandBranchImm() local 3601 OpCode = Mips::BNE; in expandBranchImm() 3604 OpCode = Mips::BEQ; in expandBranchImm() 3607 OpCode = Mips::BEQL; in expandBranchImm() 3611 OpCode = Mips::BNEL; in expandBranchImm() 3622 TOut.emitRRX(OpCode, DstRegOp.getReg(), Mips::ZERO, in expandBranchImm() 3626 TOut.emitRRX(OpCode, DstRegOp.getReg(), Mips::ZERO, MemOffsetOp, IDLoc, in expandBranchImm() 3640 TOut.emitRRX(OpCode, DstRegOp.getReg(), ATReg, in expandBranchImm() 3644 TOut.emitRRX(OpCode, DstRegOp.getReg(), ATReg, MemOffsetOp, IDLoc, STI); in expandBranchImm() 3662 unsigned OpCode = Inst.getOpcode(); in expandMem16Inst() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Instruction.cpp | 292 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() argument 293 switch (OpCode) { in getOpcodeName()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 1675 unsigned OpCode = MI.getOperand(0).getImm(); in LowerPATCHABLE_RET() local 1677 Ret.setOpcode(OpCode); in LowerPATCHABLE_RET() 1709 unsigned OpCode = MI.getOperand(0).getImm(); in LowerPATCHABLE_TAIL_CALL() local 1710 OpCode = convertTailJumpOpcode(OpCode); in LowerPATCHABLE_TAIL_CALL() 1712 TC.setOpcode(OpCode); in LowerPATCHABLE_TAIL_CALL()
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
| D | validate_id.cpp | 2837 #define CASE(OpCode) \ in isValid() argument 2838 case Spv##OpCode: \ in isValid() 2839 return isValid<Spv##OpCode>(inst, opcodeEntry); in isValid() 2840 #define TODO(OpCode) \ in isValid() argument 2841 case Spv##OpCode: \ in isValid()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ExpandPseudoInsts.cpp | 358 const unsigned OpCode = in expandSetTagLoop() local 367 BuildMI(LoopBB, DL, TII->get(OpCode)) in expandSetTagLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | SymbolDumper.cpp | 459 switch (Annotation.OpCode) { in visitKnownRecord()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 3014 auto OpCode = Inst->getOpcode(); in isVectorReductionOp() local 3015 switch (OpCode) { in isVectorReductionOp() 3073 if (Inst->getOpcode() == OpCode || isa<PHINode>(U)) { in isVectorReductionOp() 3106 if (!U2 || U2->getOpcode() != OpCode) in isVectorReductionOp() 3300 ISD::NodeType OpCode = Cond.getValueType().isVector() ? in visitSelect() local 3381 OpCode = Opc; in visitSelect() 3388 OpCode = Opc; in visitSelect() 3397 DAG.getNode(OpCode, getCurSDLoc(), in visitSelect() 3407 OpCode, getCurSDLoc(), in visitSelect()
|
| D | TargetLowering.cpp | 4161 const unsigned OpCode = Op.getOpcode(); in LowerAsmOperandForConstraint() local 4162 if (OpCode == ISD::ADD || OpCode == ISD::SUB) { in LowerAsmOperandForConstraint() 4166 else if (OpCode == ISD::ADD && in LowerAsmOperandForConstraint() 4171 Offset += (OpCode == ISD::ADD ? 1 : -1) * C->getSExtValue(); in LowerAsmOperandForConstraint()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | dlist.c | 623 } OpCode; typedef 766 vbo_print_vertex_list(struct gl_context *ctx, struct vbo_save_vertex_list *node, OpCode op, FILE *f) in vbo_print_vertex_list() 1114 const OpCode opcode = n[0].opcode; in _mesa_delete_list() 1500 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) in dlist_alloc() 1573 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) in alloc_instruction() 11142 const OpCode opcode = n[0].opcode; in execute_list() 13531 const OpCode opcode = n[0].opcode; in replace_op_vertex_list_recursively() 14038 const OpCode opcode = n[0].opcode; in print_list() 14325 const OpCode opcode = n[0].opcode; in _mesa_glthread_execute_list() 14400 const OpCode opcode = n[0].opcode; in _mesa_glthread_should_execute_list()
|