/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | DebugTypeGenerator.cpp | 95 __anon288e3af00102(unsigned opc, llvm::ArrayRef<uint64_t> vals) convertBoxedSequenceType() argument 214 __anon288e3af00202(unsigned opc, llvm::ArrayRef<uint64_t> vals) convertCharacterType() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 46 foldConstantCastPair(unsigned opc,ConstantExpr * Op,Type * DstTy) foldConstantCastPair() argument 123 foldMaybeUndesirableCast(unsigned opc,Constant * V,Type * DestTy) foldMaybeUndesirableCast() argument 130 ConstantFoldCastInstruction(unsigned opc,Constant * V,Type * DestTy) ConstantFoldCastInstruction() argument [all...] |
H A D | Instruction.cpp | 1304 HANDLE_INST(num,opc,clas) clone() argument
|
H A D | Constants.cpp | 2166 getFoldedCast(Instruction::CastOps opc,Constant * C,Type * Ty,bool OnlyIfReduced=false) getFoldedCast() argument 2186 Instruction::CastOps opc = Instruction::CastOps(oc); getCast() local
|
H A D | Core.cpp | 1672 HANDLE_INST(num,opc,clas) map_to_llvmopcode() argument 1681 HANDLE_INST(num,opc,clas) map_from_llvmopcode() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 725 int opc = MI.getOpcode(); isIndirectControlFlowNotComingBack() local
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 697 uint32_t opc = Bits32(opcode, 31, 30); in EmulateLDPSTP() local 932 uint32_t opc = Bits32(opcode, 23, 22); in EmulateLDRSTRImm() local
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 548 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 adjustFixupValue() local 563 unsigned opc = 0; adjustFixupValue() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 681 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
|
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 254 uint8_t opc = (insn >> 22) & 3; parseLdr() local 342 uint8_t size, opc; writeImmediateLdr() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp |
|
/llvm-project/lld/ELF/ |
H A D | AArch64ErrataFix.cpp | 258 uint32_t opc = (instr >> 22) & 0x3; isV8NonStructureLoad() local [all...] |
/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 247 unsigned opc[2]; insertBranch() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4862 BinaryOperatorBits.Opc = opc; in Create() argument 4763 BinaryOperator(const ASTContext & Ctx,Expr * lhs,Expr * rhs,Opcode opc,QualType ResTy,ExprValueKind VK,ExprObjectKind OK,SourceLocation opLoc,FPOptionsOverride FPFeatures) BinaryOperator() argument 4780 BinaryOperator(const ASTContext & Ctx,Expr * lhs,Expr * rhs,Opcode opc,QualType ResTy,ExprValueKind VK,ExprObjectKind OK,SourceLocation opLoc,FPOptionsOverride FPFeatures,bool dead2) BinaryOperator() argument 4805 Create(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResTy,ExprValueKind VK,ExprObjectKind OK,SourceLocation opLoc,FPOptionsOverride FPFeatures) Create() argument 4827 Create(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResTy,ExprValueKind VK,ExprObjectKind OK,SourceLocation opLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) Create() argument 4847 UnaryOperator(const ASTContext & Ctx,Expr * input,Opcode opc,QualType type,ExprValueKind VK,ExprObjectKind OK,SourceLocation l,bool CanOverflow,FPOptionsOverride FPFeatures) UnaryOperator() argument [all...] |
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 855 UnOpInit(UnaryOp opc,Init * lhs,RecTy * Type) UnOpInit() argument 933 BinOpInit(BinaryOp opc,Init * lhs,Init * rhs,RecTy * Type) BinOpInit() argument 1001 TernOpInit(TernaryOp opc,Init * lhs,Init * mhs,Init * rhs,RecTy * Type) TernOpInit() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1346 unsigned opc = BO->getOpcode(); in isLegalToSwapOperand() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 617 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); evalBinOpNN() local
|
H A D | SValBuilder.cpp | 480 evalUnaryOp(ProgramStateRef state,UnaryOperator::Opcode opc,SVal operand,QualType type) evalUnaryOp() argument
|
/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 464 uint32_t opc = encoding & 0xfc000000; in getPPCLegacyInsn() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1803 isHighLatencyDef(int opc) isHighLatencyDef() argument
|
H A D | TargetLowering.h | 1186 unsigned opc = 0; // target opcode global() member
|
/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 4856 unsigned opc = fieldFromInstruction(Insn, 4, 28); DecodeThumb2BCCInstruction() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 7152 HANDLE_CAST_INST(num,opc,clas) simplifyInstructionWithOperands() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4103 CompoundAssignOperator(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResType,ExprValueKind VK,ExprObjectKind OK,SourceLocation OpLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) CompoundAssignOperator() argument
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 3361 ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub; addPostIdxRegShiftedOperands() local
|