| /freebsd-14.2/contrib/llvm-project/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 | 107 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 D | X86InstrBuilder.h | 76 MO.push_back(MachineOperand::CreateImm(Scale)); in getFullAddress() 83 MO.push_back(MachineOperand::CreateImm(Disp)); in getFullAddress()
|
| H A D | X86FixupInstTuning.cpp | 140 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 D | MSP430AsmParser.cpp | 205 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 D | FastISel.cpp | 619 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 D | SparcAsmParser.cpp | 484 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 D | PPCExpandISEL.cpp | 450 .add(MachineOperand::CreateImm(0)); in populateBlocks() 458 .add(MachineOperand::CreateImm(0)); in populateBlocks()
|
| H A D | PPCInstrInfo.cpp | 1297 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 D | VEAsmParser.cpp | 608 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 D | XCoreInstrInfo.cpp | 220 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 D | AVRAsmParser.cpp | 218 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 D | AMDGPUAsmParser.cpp | 3064 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 D | MachineDebugify.cpp | 128 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFoldMasks.cpp | 126 MachineOperand::CreateImm(RISCVII::TAIL_UNDISTURBED_MASK_UNDISTURBED)); in convertVMergeToVMv()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3346 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 D | MSP430InstrInfo.cpp | 228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 199 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 D | CallLowering.h | 108 MachineOperand Callee = MachineOperand::CreateImm(0);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 456 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 696 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 D | TargetInstrInfo.h | 669 MachineOperand LHS = MachineOperand::CreateImm(0); 670 MachineOperand RHS = MachineOperand::CreateImm(0);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 370 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 533 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()
|