| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 148 dxil::OpCode OpCode; member 379 static FunctionType *getDXILOpFunctionType(dxil::OpCode OpCode, in getDXILOpFunctionType() argument 383 switch (OpCode) { in getDXILOpFunctionType() 384 #define DXIL_OP_FUNCTION_TYPE(OpCode, RetType, ...) \ in getDXILOpFunctionType() argument 385 case OpCode: \ in getDXILOpFunctionType() 415 constexpr static uint64_t computeSwitchEnum(dxil::OpCode OpCode, in computeSwitchEnum() argument 418 uint64_t OpCodePack = (uint64_t)OpCode; in computeSwitchEnum() 424 static dxil::Attributes getDXILAttributes(dxil::OpCode OpCode, in getDXILAttributes() argument 439 switch (computeSwitchEnum(OpCode, Version.Major, Version.Minor)) { in getDXILAttributes() 440 #define DXIL_OP_ATTRIBUTES(OpCode, VersionMajor, VersionMinor, ...) \ in getDXILAttributes() argument [all …]
|
| H A D | DXILOpBuilder.h | 41 CallInst *createOp(dxil::OpCode Op, ArrayRef<Value *> Args, 46 Expected<CallInst *> tryCreateOp(dxil::OpCode Op, ArrayRef<Value *> Args, 66 static const char *getOpCodeName(dxil::OpCode DXILOp); 71 FunctionType *getOpFunctionType(dxil::OpCode OpCode,
|
| H A D | DXILOpLowering.cpp | 107 replaceFunctionWithOp(Function &F, dxil::OpCode DXILOp, in replaceFunctionWithOp() 256 OpBuilder.tryCreateOp(OpCode::CreateHandle, Args, CI->getName()); in lowerToCreateHandle() 299 OpCode::CreateHandleFromBinding, BindArgs, CI->getName()); in lowerToBindAndAnnotateHandle() 306 OpCode::AnnotateHandle, AnnotateArgs, in lowerToBindAndAnnotateHandle() 349 OpCode::CheckAccessFullyMapped, {NewEVI}, in replaceResRetUses() 479 OpCode::BufferLoad, Args, CI->getName(), NewRetTy); in lowerTypedBufferLoad() 514 ? OpBuilder.tryCreateOp(OpCode::RawBufferLoad, in lowerRawBufferLoad() 517 : OpBuilder.tryCreateOp(OpCode::BufferLoad, in lowerRawBufferLoad() 544 OpCode::CBufferLoadLegacy, {Handle, Index}, CI->getName(), NewRetTy); in lowerCBufferLoad() 568 OpCode::UpdateCounter, Args, CI->getName(), Int32Ty); in lowerUpdateCounter() [all …]
|
| H A D | DXILConstants.h | 18 enum class OpCode : unsigned { enum
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Mtftp6.h | 97 UINT16 OpCode; member 111 UINT16 OpCode; member 125 UINT16 OpCode; member 143 UINT16 OpCode; member 157 UINT16 OpCode; member 175 UINT16 OpCode; member 189 UINT16 OpCode; member 204 UINT16 OpCode; ///< Type of packets as defined by the MTFTPv6 packet opcodes. member
|
| H A D | Mtftp4.h | 60 UINT16 OpCode; member 65 UINT16 OpCode; member 70 UINT16 OpCode; member 76 UINT16 OpCode; member 81 UINT16 OpCode; member 87 UINT16 OpCode; member 92 UINT16 OpCode; member 101 UINT16 OpCode; member
|
| H A D | Dhcp4.h | 35 UINT8 OpCode; member 52 UINT8 OpCode; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBranchTargets.cpp | 99 unsigned OpCode = ARM::t2BTI; in addBTI() local 113 OpCode = ARM::t2PACBTI; in addBTI() 122 << (OpCode == ARM::t2BTI ? "BTI" : "PACBTI") in addBTI() 125 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII.get(OpCode)) in addBTI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 106 const unsigned OpCode = MI->getOpcode(); in printInst() local 109 if (OpCode == SPIRV::OpDecorate) { in printInst() 111 } else if (OpCode == SPIRV::OpExtInstImport) { in printInst() 113 } else if (OpCode == SPIRV::OpExtInst) { in printInst() 115 } else if (OpCode == SPIRV::UNKNOWN_type) { in printInst() 119 const MCInstrDesc &MCDesc = MII.get(OpCode); in printInst() 129 switch (OpCode) { in printInst() 162 switch (OpCode) { in printInst()
|
| H A D | SPIRVMCCodeEmitter.cpp | 112 const uint64_t OpCode = MI.getOperand(1).getImm(); in encodeUnknownType() local 114 const uint32_t FirstWord = (0xFFFF & NumWords) << 16 | (0xFFFF & OpCode); in encodeUnknownType() 134 const uint64_t OpCode = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local 136 const uint32_t FirstWord = (NumWords << 16) | OpCode; in encodeInstruction()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DXILEmitter.cpp | 51 int OpCode; // ID of DXIL operation member 109 OpCode = R->getValueAsInt("OpCode"); in DXILOperationDesc() 331 OS << "DXIL_OPCODE(" << Op.OpCode << ", " << Op.OpName << ")\n"; in emitDXILOpCodes() 602 return A.OpCode < B.OpCode; in emitDxilOperation() 606 if (Desc.OpCode == PrevOp) in emitDxilOperation() 607 PrintFatalError(Twine("Duplicate opcode: ") + Twine(Desc.OpCode)); in emitDxilOperation() 608 PrevOp = Desc.OpCode; in emitDxilOperation()
|
| /freebsd/contrib/lua/src/ |
| H A D | lcode.c | 42 static int codesJ (FuncState *fs, OpCode o, int sj, int k); 209 OpCode op; in luaK_ret() 223 static int condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) { in condjump() 398 int luaK_codeABCk (FuncState *fs, OpCode o, int a, int b, int c, int k) { in luaK_codeABCk() 409 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() 419 static int codeAsBx (FuncState *fs, OpCode o, int a, int bc) { in codeAsBx() 430 static int codesJ (FuncState *fs, OpCode o, int sj, int k) { in codesJ() 897 static int code_loadbool (FuncState *fs, int A, OpCode op) { in code_loadbool() 1047 static void codeABRK (FuncState *fs, OpCode o, int a, int b, in codeABRK() 1368 l_sinline OpCode binopr2op (BinOpr opr, BinOpr baser, OpCode base) { in binopr2op() [all …]
|
| H A D | lcode.h | 63 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 64 LUAI_FUNC int luaK_codeABCk (FuncState *fs, OpCode o, int A,
|
| H A D | lopcodes.h | 114 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 310 } OpCode; typedef
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 334 auto OpCode = OpCE->getOperator(); in checkASTDecl() local 335 if (OpCode == OO_Star || OpCode == OO_Amp) { in checkASTDecl() 347 auto OpCode = UO->getOpcode(); in checkASTDecl() local 348 if (OpCode == UO_Deref || OpCode == UO_AddrOf) { in checkASTDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 277 unsigned OpCode = MI.getOpcode(); in getBranchDestBlock() local 278 switch (OpCode) { in getBranchDestBlock() 677 unsigned OpCode = MI->getOpcode(); in isBranch() local 678 switch (OpCode) { in isBranch() 682 Cond[0].setImm(OpCode); in isBranch() 691 Cond[0].setImm(OpCode); in isBranch() 701 Cond[0].setImm(OpCode); in isBranch() 709 Cond[0].setImm(OpCode); in isBranch() 715 Cond[0].setImm(OpCode); in isBranch()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 76 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump() 229 int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) { in luaK_codeABC() 238 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() 397 OpCode op = OP_GETTABUP; /* assume 't' is in an upvalue */ in luaK_dischargevars() 573 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar() 715 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { in constfolding() 731 static void codearith (FuncState *fs, OpCode op, in codearith() 753 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, in codecomp() 853 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix() 857 codecomp(fs, cast(OpCode, op - OPR_EQ + OP_EQ), 1, e1, e2); in luaK_posfix() [all …]
|
| H A D | lcode.h | 48 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 49 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
|
| H A D | lopcodes.h | 90 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 226 } OpCode; typedef
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.cpp | 35 bool AMDGPUMIRFormatter::parseImmMnemonic(const unsigned OpCode, in parseImmMnemonic() argument 41 switch (OpCode) { in parseImmMnemonic()
|
| H A D | AMDGPUMIRFormatter.h | 40 virtual bool parseImmMnemonic(const unsigned OpCode, const unsigned OpIdx,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSKeychainAPIChecker.cpp | 505 BinaryOperator::Opcode OpCode = CondBSE->getOpcode(); in evalAssume() local 506 if (OpCode != BO_EQ && OpCode != BO_NE) in evalAssume() 514 bool ErrorIsReturned = (OpCode == BO_EQ && RHS != NoErr) || in evalAssume() 515 (OpCode == BO_NE && RHS == NoErr); in evalAssume()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.cpp | 585 const unsigned OpCode = MI.getOpcode(); in processOtherInstrs() local 586 if (OpCode == SPIRV::OpString) { in processOtherInstrs() 588 } else if (OpCode == SPIRV::OpExtInst && MI.getOperand(2).isImm() && in processOtherInstrs() 602 } else if (OpCode == SPIRV::OpName || OpCode == SPIRV::OpMemberName) { in processOtherInstrs() 604 } else if (OpCode == SPIRV::OpEntryPoint) { in processOtherInstrs() 615 } else if (OpCode == SPIRV::OpFunction) { in processOtherInstrs() 617 } else if (OpCode == SPIRV::OpTypeForwardPointer) { in processOtherInstrs() 1669 const auto OpCode = MI.getOpcode(); in addInstrRequirements() local 1670 const unsigned LayoutNum = LayoutToInstMap[OpCode]; in addInstrRequirements() 1688 if (OpCode == SPIRV::OpCooperativeMatrixLoadKHR || in addInstrRequirements() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.cpp | 164 unsigned OpCode = MI.getOpcode(); in InsertSPConstInst() local 167 if (OpCode==XCore::STWFI) { in InsertSPConstInst() 179 switch (OpCode) { in InsertSPConstInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 51 virtual bool parseImmMnemonic(const unsigned OpCode, const unsigned OpIdx, in parseImmMnemonic() argument
|