Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp95 __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 DConstantFold.cpp46 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 DInstruction.cpp1304 HANDLE_INST(num,opc,clas) clone() argument
H A DConstants.cpp2166 getFoldedCast(Instruction::CastOps opc,Constant * C,Type * Ty,bool OnlyIfReduced=false) getFoldedCast() argument
2186 Instruction::CastOps opc = Instruction::CastOps(oc); getCast() local
H A DCore.cpp1672 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 DARMBaseInstrInfo.h725 int opc = MI.getOpcode(); isIndirectControlFlowNotComingBack() local
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp697 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 DARMAsmBackend.cpp548 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 DHexagonNewValueJump.cpp681 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
/llvm-project/lld/MachO/Arch/
H A DARM64.cpp254 uint8_t opc = (insn >> 22) & 3; parseLdr() local
342 uint8_t size, opc; writeImmediateLdr() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp
/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp258 uint32_t opc = (instr >> 22) & 0x3; isV8NonStructureLoad() local
[all...]
/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp247 unsigned opc[2]; insertBranch() local
[all...]
/llvm-project/clang/lib/AST/
H A DExpr.cpp4862 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 DRecord.h855 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 DSeparateConstOffsetFromGEP.cpp1346 unsigned opc = BO->getOpcode(); in isLegalToSwapOperand() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp617 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); evalBinOpNN() local
H A DSValBuilder.cpp480 evalUnaryOp(ProgramStateRef state,UnaryOperator::Opcode opc,SVal operand,QualType type) evalUnaryOp() argument
/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp464 uint32_t opc = encoding & 0xfc000000; in getPPCLegacyInsn() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1803 isHighLatencyDef(int opc) isHighLatencyDef() argument
H A DTargetLowering.h1186 unsigned opc = 0; // target opcode global() member
/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4856 unsigned opc = fieldFromInstruction(Insn, 4, 28); DecodeThumb2BCCInstruction() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7152 HANDLE_CAST_INST(num,opc,clas) simplifyInstructionWithOperands() argument
/llvm-project/clang/include/clang/AST/
H A DExpr.h4103 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 DARMAsmParser.cpp3361 ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub; addPostIdxRegShiftedOperands() local