| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.cpp | 110 Cond.push_back(MachineOperand::CreateImm(true)); in analyzeBranch() 118 Cond.push_back(MachineOperand::CreateImm(false)); in analyzeBranch() 188 Cond.front() = MachineOperand::CreateImm(!Cond.front().getImm()); in reverseBranchCondition()
|
| H A D | WebAssemblyRegStackify.cpp | 108 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 111 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 124 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 125 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
|
| H A D | WebAssemblyCFGStackify.cpp | 1705 MO = MachineOperand::CreateImm( in rewriteDepthImmediates() 1708 MO = MachineOperand::CreateImm( in rewriteDepthImmediates()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 76 MO.push_back(MachineOperand::CreateImm(Scale)); in getFullAddress() 83 MO.push_back(MachineOperand::CreateImm(Disp)); in getFullAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 205 static std::unique_ptr<MSP430Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon37a612fe0111::MSP430Operand 361 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc())); in parseJccInstruction() 378 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc, in parseJccInstruction() 532 Operands.push_back(MSP430Operand::CreateImm(Val, StartLoc, EndLoc)); in ParseOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 2966 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm() 3207 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff() 5981 Operands.push_back(AMDGPUOperand::CreateImm(this, CPolOn, S, in parseCPol() 6485 Operands.push_back(AMDGPUOperand::CreateImm(this, Waitcnt, S)); in parseSWaitCntOps() 6566 Operands.push_back(AMDGPUOperand::CreateImm(this, Delay, S)); in parseSDelayAluOps() 6656 Operands.push_back(AMDGPUOperand::CreateImm(this, DepCtr, Loc)); in parseDepCtrOps() 6909 Operands.push_back(AMDGPUOperand::CreateImm(this, Slot, S, in parseInterpSlot() 6953 Operands.push_back(AMDGPUOperand::CreateImm(this, Attr, S, in parseInterpAttr() 6981 Operands.push_back(AMDGPUOperand::CreateImm(this, Id, S, in parseExpTgt() 7085 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseExpr() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 627 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars() 630 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars() 672 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap() 678 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap() 810 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint() 816 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint() 822 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint() 827 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint() 833 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint() 840 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 462 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon07e578c20211::SparcOperand 862 Operands.push_back(SparcOperand::CreateImm(Expr, S, E)); in parseShiftAmtImm() 953 Operands.push_back(SparcOperand::CreateImm(Val, S, E)); in parseTailRelocSym() 999 Operands.push_back(SparcOperand::CreateImm(EVal, S, E)); in parseMembarTag() 1026 Operands.push_back(SparcOperand::CreateImm(DestExpr, S, E)); in parseCallTarget() 1156 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand() 1181 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | MachineOperandTest.cpp | 28 MachineOperand MO = MachineOperand::CreateImm(50); in TEST() 110 MachineOperand MO = MachineOperand::CreateImm(3); in TEST()
|
| H A D | MachineInstrTest.cpp | 407 MI->addOperand(*MF, MachineOperand::CreateImm(0)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandISEL.cpp | 450 .add(MachineOperand::CreateImm(0)); in populateBlocks() 458 .add(MachineOperand::CreateImm(0)); in populateBlocks()
|
| H A D | PPCInstrInfo.cpp | 1325 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch() 1333 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch() 1343 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch() 1354 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch() 1388 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch() 1398 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch() 1411 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch() 1425 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch() 5444 Cond.push_back(MachineOperand::CreateImm(0)); in createTripCountGreaterCondition()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 608 static std::unique_ptr<VEOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anone15613a60211::VEOperand 1221 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMOperand() 1230 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMOperand() 1328 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMAsOperand() 1338 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand() 1344 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand() 1538 Op = VEOperand::CreateImm(EVal, S, E); in parseVEAsmOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 220 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch() 241 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 217 static std::unique_ptr<AVROperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonc58108e20111::AVROperand 440 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression() 522 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 128 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 208 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl() 214 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl() 223 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 2990 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3025 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3358 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 3365 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 4203 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand() 4398 Operands.push_back(AArch64Operand::CreateImm( in parseOperand() 5510 Operands.push_back(AArch64Operand::CreateImm( in MatchAndEmitInstruction() 5563 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction() 5616 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction() 5618 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 108 MachineOperand Callee = MachineOperand::CreateImm(0);
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 622 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function 666 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr() 1427 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand() 1496 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 655 MachineOperand LHS = MachineOperand::CreateImm(0); 656 MachineOperand RHS = MachineOperand::CreateImm(0);
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 457 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 376 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 531 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 537 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 544 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 561 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 572 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 592 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 763 Cond.push_back(MachineOperand::CreateImm(Hexagon::J2_jumpf)); in createTripCountGreaterCondition() 4691 MIB->addOperand(MachineOperand::CreateImm(memShufDisabledMask)); in setBundleNoShuf()
|