| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.cpp | 126 Cond.push_back(MachineOperand::CreateImm(true)); in analyzeBranch() 134 Cond.push_back(MachineOperand::CreateImm(false)); in analyzeBranch() 204 Cond.front() = MachineOperand::CreateImm(!Cond.front().getImm()); in reverseBranchCondition()
|
| H A D | WebAssemblyRegStackify.cpp | 109 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 112 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 125 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 126 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 203 static std::unique_ptr<MSP430Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon9c9a31020111::MSP430Operand 359 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc())); in parseJccInstruction() 376 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc, in parseJccInstruction() 530 Operands.push_back(MSP430Operand::CreateImm(Val, StartLoc, EndLoc)); in ParseOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 2798 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm() 3039 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff() 5485 Operands.push_back(AMDGPUOperand::CreateImm(this, Val, S, ImmTy)); in parseOperandArrayWithPrefix() 5569 Operands.push_back(AMDGPUOperand::CreateImm(this, CPolOn, S, in parseCPol() 6075 Operands.push_back(AMDGPUOperand::CreateImm(this, Waitcnt, S)); in parseSWaitCntOps() 6319 Operands.push_back(AMDGPUOperand::CreateImm(this, Slot, S, in parseInterpSlot() 6363 Operands.push_back(AMDGPUOperand::CreateImm(this, Attr, S, in parseInterpAttr() 6391 Operands.push_back(AMDGPUOperand::CreateImm(this, Id, S, in parseExpTgt() 6495 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseExpr() 7784 Operands.push_back(AMDGPUOperand::CreateImm(this, Encoding, S, in parseDim() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 630 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars() 633 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars() 675 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap() 681 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap() 813 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint() 819 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint() 825 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint() 830 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint() 836 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint() 843 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint() [all …]
|
| /freebsd-13.1/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 | 1323 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch() 1331 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch() 1341 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch() 1352 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch() 1386 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch() 1396 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch() 1409 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch() 1423 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch() 5392 Cond.push_back(MachineOperand::CreateImm(0)); in createTripCountGreaterCondition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 605 static std::unique_ptr<VEOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonec9e6daa0211::VEOperand 1185 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMOperand() 1194 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMOperand() 1292 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMAsOperand() 1302 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand() 1308 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand() 1502 Op = VEOperand::CreateImm(EVal, S, E); in parseVEAsmOperand()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 448 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon967245c60211::SparcOperand 848 Operands.push_back(SparcOperand::CreateImm(Expr, S, E)); in parseShiftAmtImm() 894 Operands.push_back(SparcOperand::CreateImm(EVal, S, E)); in parseMembarTag() 921 Operands.push_back(SparcOperand::CreateImm(DestExpr, S, E)); in parseCallTarget() 1051 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand() 1076 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 211 static std::unique_ptr<AVROperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonc447f3e60111::AVROperand 422 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression() 505 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 131 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 207 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl() 213 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl() 222 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3000 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3035 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3347 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 3354 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 4204 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand() 4400 Operands.push_back(AArch64Operand::CreateImm( in parseOperand() 5342 Operands.push_back(AArch64Operand::CreateImm( in MatchAndEmitInstruction() 5395 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction() 5448 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction() 5450 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 107 MachineOperand Callee = MachineOperand::CreateImm(0);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 654 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function 698 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr() 1440 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand() 1509 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 646 MachineOperand LHS = MachineOperand::CreateImm(0); 647 MachineOperand RHS = MachineOperand::CreateImm(0);
|
| H A D | MachineInstrBuilder.h | 132 MI->addOperand(*MF, MachineOperand::CreateImm(Val)); in addImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 489 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 495 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 502 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 519 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 530 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 550 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 721 Cond.push_back(MachineOperand::CreateImm(Hexagon::J2_jumpf)); in createTripCountGreaterCondition() 4620 MIB->addOperand(MachineOperand::CreateImm(memShufDisabledMask)); in setBundleNoShuf()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 446 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 371 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 677 Ops.push_back(MachineOperand::CreateImm(ExtVal)); in lowerAsmOperandForConstraint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2259 Operands.push_back(X86Operand::CreateImm(RndModeOp, Start, End)); in ParseRoundingModeOp() 2540 Operands.push_back(X86Operand::CreateImm(Disp, Start, End, in ParseIntelOperand() 2547 Operands.push_back(X86Operand::CreateImm(Disp, Start, End)); in ParseIntelOperand() 2633 Operands.push_back(X86Operand::CreateImm(Val, Start, End)); in ParseATTOperand() 3352 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction() 3391 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction()
|