/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 122 static inline bool isTerminator(unsigned OpCode) { in isTerminator() 151 static inline bool isCast(unsigned OpCode) { in isCast() 156 static inline bool isFuncletPad(unsigned OpCode) { in isFuncletPad()
|
/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()
|
/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()
|
/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
|
D | XCoreRegisterInfo.cpp | 168 unsigned OpCode = MI.getOpcode(); in InsertSPConstInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 144 unsigned &OpCode) { in parseInstrName() 940 unsigned OpCode, Flags = 0; in parse() local 1172 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() 1533 bool MIParser::parseTargetImmMnemonic(const unsigned OpCode, in parseTargetImmMnemonic() 2514 bool MIParser::parseMachineOperand(const unsigned OpCode, const unsigned OpIdx, in parseMachineOperand() 2619 const unsigned OpCode, const unsigned OpIdx, MachineOperand &Dest, in parseMachineOperandAndTargetFlags()
|
/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
|
/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 1709 unsigned OpCode = MI.getOperand(0).getImm(); in LowerPATCHABLE_TAIL_CALL() local
|
D | X86ISelLowering.cpp | 25252 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11 in LowerINIT_TRAMPOLINE() local 37158 unsigned OpCode = (SrcVT == MVT::v8i16 ? X86ISD::PEXTRW : X86ISD::PEXTRB); in combineExtractWithShuffle() local
|
/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()
|
/third_party/node/src/ |
D | inspector_socket.cc | 234 typedef int OpCode; typedef
|
/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 3662 unsigned OpCode = Inst.getOpcode(); in expandMem16Inst() local 3789 unsigned OpCode = Inst.getOpcode(); in expandMem9Inst() local 4514 unsigned OpCode; in expandSge() local 4605 unsigned OpCode; in expandSgtImm() local
|
/third_party/typescript/src/compiler/transformers/ |
D | generators.ts | 124 const enum OpCode { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1257 const unsigned OpCode = DU.NarrowUse->getOpcode(); in getExtendedOperandRecurrence() local 1421 const unsigned OpCode = NarrowUse->getOpcode(); in widenWithVariantLoadUse() local
|
/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 813 unsigned OpCode = Is64Bit ? PPC::ISEL8 : PPC::ISEL; in insertSelect() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 581 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall() local
|
/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 3300 ISD::NodeType OpCode = Cond.getValueType().isVector() ? in visitSelect() local
|
D | TargetLowering.cpp | 4161 const unsigned OpCode = Op.getOpcode(); in LowerAsmOperandForConstraint() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1591 unsigned OpCode = MFI->getMode().FP32Denormals ? in LowerDIVREM24() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7714 Instruction::BinaryOps OpCode; in computeShiftCompareExitLimit() local
|
/third_party/mesa3d/src/mesa/main/ |
D | dlist.c | 623 } OpCode; typedef
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 106629 (function (OpCode) { argument
|