| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.cpp | 112 Cond.push_back(MachineOperand::CreateImm(true)); in analyzeBranch() 120 Cond.push_back(MachineOperand::CreateImm(false)); in analyzeBranch() 190 Cond.front() = MachineOperand::CreateImm(!Cond.front().getImm()); in reverseBranchCondition()
|
| H A D | WebAssemblyRegStackify.cpp | 111 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 114 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 127 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero() 128 MI->addOperand(MachineOperand::CreateImm(0)); in convertImplicitDefToConstZero()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 70 MO.push_back(MachineOperand::CreateImm(Scale)); in getFullAddress() 77 MO.push_back(MachineOperand::CreateImm(Disp)); in getFullAddress()
|
| H A D | X86FixupInstTuning.cpp | 141 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction() 160 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction() 203 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction() 259 MI.addOperand(MachineOperand::CreateImm(NewMaskD.getZExtValue())); in processInstruction()
|
| /freebsd/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 __anon2e2431ce0111::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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 619 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars() 620 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars() 622 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars() 623 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars() 665 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap() 671 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap() 812 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint() 818 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint() 824 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint() 829 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 618 static std::unique_ptr<VEOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon944a62760211::VEOperand 1205 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMOperand() 1214 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMOperand() 1312 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMAsOperand() 1322 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand() 1328 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand() 1521 Op = VEOperand::CreateImm(EVal, S, E); in parseVEAsmOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 216 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch() 237 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 493 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonebada3920211::SparcOperand 1110 Operands.push_back(SparcOperand::CreateImm(Expr, S, E)); in parseShiftAmtImm() 1233 Operands.push_back(SparcOperand::CreateImm(EVal, S, E)); in parseMembarTag() 1328 Operands.push_back(SparcOperand::CreateImm(DestValue, S, E)); in parseCallTarget() 1403 SparcOperand::CreateImm(MCConstantExpr::create(0, getContext()), in parseOperand() 1465 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand() 1479 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
|
| /freebsd/contrib/llvm-project/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 __anon06c44bb20111::AVROperand 449 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression() 520 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 373 ThisCond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch() 406 Cond.push_back(MachineOperand::CreateImm(ThisCond[0].getImm())); in analyzeBranch() 444 Cond.push_back(MachineOperand::CreateImm(0)); in removeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 148 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1208 static AMDGPUOperand::Ptr CreateImm(const AMDGPUAsmParser *AsmParser, in CreateImm() function in __anon6862249c0111::AMDGPUOperand 3302 AMDGPUOperand::CreateImm(this, RealVal.bitcastToAPInt().getZExtValue(), S, in parseImm() 3331 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm() 3581 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff() 6822 Operands.push_back(AMDGPUOperand::CreateImm(this, Value, S, ImmTy)); in parseIntWithPrefix() 6862 Operands.push_back(AMDGPUOperand::CreateImm(this, Val, S, ImmTy)); in parseOperandArrayWithPrefix() 6888 Operands.push_back(AMDGPUOperand::CreateImm(this, Bit, S, ImmTy)); in parseNamedBit() 6949 Operands.push_back(AMDGPUOperand::CreateImm(this, CPolVal, StringLoc, in parseCPol() 6985 AMDGPUOperand::CreateImm(this, Enabled, OpLoc, AMDGPUOperand::ImmTyCPol)); in parseCPol() 7131 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S, Type)); in parseStringOrIntWithPrefix() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorPeephole.cpp | 380 MachineOperand::CreateImm(RISCVVType::TAIL_UNDISTURBED_MASK_UNDISTURBED)); in convertAllOnesVMergeToVMv() 466 MachineOperand::CreateImm(RISCVVType::TAIL_UNDISTURBED_MASK_UNDISTURBED)); in convertSameMaskVMergeToVMv() 764 MachineOperand MinVL = MachineOperand::CreateImm(0); in foldVMergeToMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 2408 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon730428320111::AArch64Operand 3327 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel() 3368 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel() 3442 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3451 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3479 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift() 3887 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 3894 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 4787 Operands.push_back(AArch64Operand::CreateImm( in tryParseZTOperand() 4867 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 210 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl() 216 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl() 225 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in AnalyzeBranchImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 123 MachineOperand TmpOp = MachineOperand::CreateImm(*ImmToFold); in isOperandLegal() 623 MachineOperand New = MachineOperand::CreateImm(*ImmVal); in updateOperand() 685 MachineOperand New = MachineOperand::CreateImm(*ImmVal); in updateOperand() 790 MI->addOperand(MachineOperand::CreateImm(0)); in tryAddToFoldList() 1078 MachineOperand TmpOp = MachineOperand::CreateImm(SplatVal); in tryFoldRegSeqSplat() 1294 UseMI->addOperand(*MF, MachineOperand::CreateImm(0)); // src0_modifiers in foldOperand() 1296 UseMI->addOperand(*MF, MachineOperand::CreateImm(0)); // op_sel in foldOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 223 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 197 Cond.push_back(MachineOperand::CreateImm(Opc)); in parseCondBranch() 198 Cond.push_back(MachineOperand::CreateImm(CC)); in parseCondBranch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 114 MachineOperand Callee = MachineOperand::CreateImm(0);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 700 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function 746 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr() 1465 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in parseOperand() 1564 PPCOperand::CreateImm(IntVal, S, E, isPPC64(), /*IsMemOpBase=*/true)); in parseOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 456 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2325 Operands.push_back(X86Operand::CreateImm(RndModeOp, Start, End)); in ParseRoundingModeOp() 2361 Operands.push_back(X86Operand::CreateImm( in parseCFlagsOp() 2386 Operands.push_back(X86Operand::CreateImm( in parseCFlagsOp() 2664 Operands.push_back(X86Operand::CreateImm(Disp, Start, End, in parseIntelOperand() 2671 Operands.push_back(X86Operand::CreateImm(Disp, Start, End)); in parseIntelOperand() 2792 Operands.push_back(X86Operand::CreateImm(Val, Start, End)); in parseATTOperand() 3560 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in parseInstruction() 3604 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in parseInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 694 MachineOperand LHS = MachineOperand::CreateImm(0); 695 MachineOperand RHS = MachineOperand::CreateImm(0);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 532 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 538 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 545 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode())); in analyzeBranch() 562 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 573 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 593 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); in analyzeBranch() 764 Cond.push_back(MachineOperand::CreateImm(Hexagon::J2_jumpf)); in createTripCountGreaterCondition() 4732 MIB->addOperand(MachineOperand::CreateImm(memShufDisabledMask)); in setBundleNoShuf()
|