| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 703 int opc = MI.getOpcode(); in isIndirectControlFlowNotComingBack() local
|
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 222 uint8_t opc = (insn >> 22) & 3; in parseLdr() local 310 uint8_t size, opc; in writeImmediateLdr() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 694 uint32_t opc = Bits32(opcode, 31, 30); in EmulateLDPSTP() local 918 uint32_t opc = Bits32(opcode, 23, 22); in EmulateLDRSTRImm() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 251 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
| H A D | ConstantFold.cpp | 85 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair() 350 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
|
| H A D | Instruction.cpp | 867 #define HANDLE_INST(num, opc, clas) \ in clone() argument
|
| H A D | Constants.cpp | 1925 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, in getFoldedCast() 1945 Instruction::CastOps opc = Instruction::CastOps(oc); in getCast() local
|
| H A D | Core.cpp | 1509 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument 1518 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 521 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local 536 unsigned opc = 0; in adjustFixupValue() local
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonNewValueJump.cpp | 681 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocOverflowSecurityChecker.cpp | 83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | AArch64ErrataFix.cpp | 257 uint32_t opc = (instr >> 22) & 0x3; in isV8NonStructureLoad() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 4503 Opcode opc, QualType ResTy, ExprValueKind VK, in BinaryOperator() 4520 Opcode opc, QualType ResTy, ExprValueKind VK, in BinaryOperator() 4545 Expr *rhs, Opcode opc, QualType ResTy, in Create() 4567 Opcode opc, QualType ResTy, ExprValueKind VK, in Create() 4587 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, in UnaryOperator() 4602 Opcode opc, QualType type, in Create()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.cpp | 247 unsigned opc[2]; in insertBranch() local
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 792 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) in UnOpInit() 843 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : in BinOpInit() 898 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 1329 unsigned opc = BO->getOpcode(); in isLegalToSwapOperand() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 471 SVal SValBuilder::evalUnaryOp(ProgramStateRef state, UnaryOperator::Opcode opc, in evalUnaryOp()
|
| H A D | SimpleSValBuilder.cpp | 589 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); in evalBinOpNN() local
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 447 uint32_t opc = encoding & 0xfc000000; in getPPCLegacyInsn() local
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1634 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef()
|
| H A D | TargetLowering.h | 1031 unsigned opc = 0; // target opcode member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 1310 Value opc = builder.create<arith::CmpIOp>(loc, arith::CmpIPredicate::ult, in genWhile() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 4854 unsigned opc = fieldFromInstruction(Insn, 4, 28); in DecodeThumb2BCCInstruction() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6427 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in simplifyInstructionWithOperands() argument
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 4064 CompoundAssignOperator(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc, in CompoundAssignOperator()
|