Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/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.cpp107 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
110 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
123 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
124 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
/freebsd-14.2/contrib/llvm-project/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()
H A DX86FixupInstTuning.cpp140 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction()
155 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction()
191 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp205 static std::unique_ptr<MSP430Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonb0eaffc40111::MSP430Operand
359 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc())); in parseJccInstruction()
375 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc, in parseJccInstruction()
522 Operands.push_back(MSP430Operand::CreateImm(Val, StartLoc, EndLoc)); in ParseOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp619 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
622 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
664 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
670 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
802 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
808 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
814 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
819 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
825 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
832 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp484 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonc75c7c080211::SparcOperand
958 Operands.push_back(SparcOperand::CreateImm(Expr, S, E)); in parseShiftAmtImm()
1039 Operands.push_back(SparcOperand::CreateImm(Val, S, E)); in parseTailRelocSym()
1081 Operands.push_back(SparcOperand::CreateImm(EVal, S, E)); in parseMembarTag()
1143 Operands.push_back(SparcOperand::CreateImm(DestExpr, S, E)); in parseCallTarget()
1214 SparcOperand::CreateImm(MCConstantExpr::create(0, getContext()), in parseOperand()
1278 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
1304 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp450 .add(MachineOperand::CreateImm(0)); in populateBlocks()
458 .add(MachineOperand::CreateImm(0)); in populateBlocks()
H A DPPCInstrInfo.cpp1297 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch()
1305 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch()
1315 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch()
1326 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch()
1360 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch()
1370 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch()
1383 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch()
1397 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch()
5390 Cond.push_back(MachineOperand::CreateImm(0)); in createTripCountGreaterCondition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp608 static std::unique_ptr<VEOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonb0359a6c0211::VEOperand
1225 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMOperand()
1234 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMOperand()
1332 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMAsOperand()
1342 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand()
1348 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand()
1541 Op = VEOperand::CreateImm(EVal, S, E); in parseVEAsmOperand()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp218 static std::unique_ptr<AVROperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonca5d59280111::AVROperand
441 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression()
512 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3064 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm()
3301 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff()
6928 Operands.push_back(AMDGPUOperand::CreateImm(this, Waitcnt, S)); in parseSWaitCnt()
7008 Operands.push_back(AMDGPUOperand::CreateImm(this, Delay, S)); in parseSDelayALU()
7098 Operands.push_back(AMDGPUOperand::CreateImm(this, DepCtr, Loc)); in parseDepCtr()
7343 Operands.push_back(AMDGPUOperand::CreateImm(this, Slot, S, in parseInterpSlot()
7379 Operands.push_back(AMDGPUOperand::CreateImm(this, Attr, S, in parseInterpAttr()
7381 Operands.push_back(AMDGPUOperand::CreateImm( in parseInterpAttr()
7405 Operands.push_back(AMDGPUOperand::CreateImm(this, Id, S, in parseExpTgt()
7513 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp128 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFoldMasks.cpp126 MachineOperand::CreateImm(RISCVII::TAIL_UNDISTURBED_MASK_UNDISTURBED)); in convertVMergeToVMv()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3346 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3768 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
3775 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
4619 Operands.push_back(AArch64Operand::CreateImm( in tryParseZTOperand()
4699 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand()
4917 Operands.push_back(AArch64Operand::CreateImm( in parseOperand()
6158 Operands.push_back(AArch64Operand::CreateImm( in MatchAndEmitInstruction()
6211 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
6264 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
6266 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp199 Cond.push_back(MachineOperand::CreateImm(Opc)); in parseCondBranch()
200 Cond.push_back(MachineOperand::CreateImm(CC)); in parseCondBranch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h108 MachineOperand Callee = MachineOperand::CreateImm(0);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp456 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp696 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
740 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
1550 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1649 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h669 MachineOperand LHS = MachineOperand::CreateImm(0);
670 MachineOperand RHS = MachineOperand::CreateImm(0);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp370 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp533 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch()
539 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch()
546 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch()
563 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch()
574 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch()
594 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch()
765 Cond.push_back(MachineOperand::CreateImm(Hexagon::J2_jumpf)); in createTripCountGreaterCondition()
4699 MIB->addOperand(MachineOperand::CreateImm(memShufDisabledMask)); in setBundleNoShuf()

123