Home
last modified time | relevance | path

Searched refs:CreateImm (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp110 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 DWebAssemblyRegStackify.cpp108 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 DWebAssemblyCFGStackify.cpp1705 MO = MachineOperand::CreateImm( in rewriteDepthImmediates()
1708 MO = MachineOperand::CreateImm( in rewriteDepthImmediates()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrBuilder.h76 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 DMSP430AsmParser.cpp205 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 DAMDGPUAsmParser.cpp2966 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 DFastISel.cpp627 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 DSparcAsmParser.cpp462 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 DMachineOperandTest.cpp28 MachineOperand MO = MachineOperand::CreateImm(50); in TEST()
110 MachineOperand MO = MachineOperand::CreateImm(3); in TEST()
H A DMachineInstrTest.cpp407 MI->addOperand(*MF, MachineOperand::CreateImm(0)); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp450 .add(MachineOperand::CreateImm(0)); in populateBlocks()
458 .add(MachineOperand::CreateImm(0)); in populateBlocks()
H A DPPCInstrInfo.cpp1325 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 DVEAsmParser.cpp608 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 DXCoreInstrInfo.cpp220 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 DAVRAsmParser.cpp217 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 DMachineDebugify.cpp128 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp208 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 DAArch64AsmParser.cpp2990 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 DMSP430InstrInfo.cpp228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h108 MachineOperand Callee = MachineOperand::CreateImm(0);
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp622 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 DTargetInstrInfo.h655 MachineOperand LHS = MachineOperand::CreateImm(0);
656 MachineOperand RHS = MachineOperand::CreateImm(0);
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp457 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp376 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp531 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()

123