Home
last modified time | relevance | path

Searched defs:OpCode (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h122 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/
DMIRFormatter.h44 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/
DDWARFExpression.cpp110 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/
DXCoreLowerThreadLocal.cpp80 unsigned OpCode = CE->getOpcode(); in createReplacementInstr() local
DXCoreRegisterInfo.cpp168 unsigned OpCode = MI.getOpcode(); in InsertSPConstInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp144 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/
DAArch64ExpandPseudoInsts.cpp358 const unsigned OpCode = in expandSetTagLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1675 unsigned OpCode = MI.getOperand(0).getImm(); in LowerPATCHABLE_RET() local
1709 unsigned OpCode = MI.getOperand(0).getImm(); in LowerPATCHABLE_TAIL_CALL() local
DX86ISelLowering.cpp25252 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/
DInstruction.cpp292 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName()
/third_party/node/src/
Dinspector_socket.cc234 typedef int OpCode; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3598 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/
Dgenerators.ts124 const enum OpCode { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1257 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/
DSymbolRecord.h162 BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp813 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/
DHexagonISelLowering.cpp581 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/
DSelectionDAGBuilder.cpp3014 auto OpCode = Inst->getOpcode(); in isVectorReductionOp() local
3300 ISD::NodeType OpCode = Cond.getValueType().isVector() ? in visitSelect() local
DTargetLowering.cpp4161 const unsigned OpCode = Op.getOpcode(); in LowerAsmOperandForConstraint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1591 unsigned OpCode = MFI->getMode().FP32Denormals ? in LowerDIVREM24() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7714 Instruction::BinaryOps OpCode; in computeShiftCompareExitLimit() local
/third_party/mesa3d/src/mesa/main/
Ddlist.c623 } OpCode; typedef
/third_party/typescript/lib/
DtypingsInstaller.js106629 (function (OpCode) { argument