Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h703 int opc = MI.getOpcode(); in isIndirectControlFlowNotComingBack() local
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64.cpp222 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 DEmulateInstructionARM64.cpp694 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 DConstantsContext.h251 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
H A DConstantFold.cpp85 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair()
350 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
H A DInstruction.cpp867 #define HANDLE_INST(num, opc, clas) \ in clone() argument
H A DConstants.cpp1925 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, in getFoldedCast()
1945 Instruction::CastOps opc = Instruction::CastOps(oc); in getCast() local
H A DCore.cpp1509 #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 DARMAsmBackend.cpp521 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 DHexagonNewValueJump.cpp681 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
/llvm-project-15.0.7/lld/ELF/
H A DAArch64ErrataFix.cpp257 uint32_t opc = (instr >> 22) & 0x3; in isV8NonStructureLoad() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4503 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 DVEInstrInfo.cpp247 unsigned opc[2]; in insertBranch() local
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h792 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 DSeparateConstOffsetFromGEP.cpp1329 unsigned opc = BO->getOpcode(); in isLegalToSwapOperand() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp471 SVal SValBuilder::evalUnaryOp(ProgramStateRef state, UnaryOperator::Opcode opc, in evalUnaryOp()
H A DSimpleSValBuilder.cpp589 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); in evalBinOpNN() local
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp447 uint32_t opc = encoding & 0xfc000000; in getPPCLegacyInsn() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1634 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef()
H A DTargetLowering.h1031 unsigned opc = 0; // target opcode member
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp1310 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 DARMDisassembler.cpp4854 unsigned opc = fieldFromInstruction(Insn, 4, 28); in DecodeThumb2BCCInstruction() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6427 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in simplifyInstructionWithOperands() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h4064 CompoundAssignOperator(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc, in CompoundAssignOperator()

12