Home
last modified time | relevance | path

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

123

/freebsd/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.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.cpp1666 MO = MachineOperand::CreateImm( in rewriteDepthImmediates()
1669 MO = MachineOperand::CreateImm( in rewriteDepthImmediates()
1672 MO = MachineOperand::CreateImm( in rewriteDepthImmediates()
/freebsd/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/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 __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 DFastISel.cpp622 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
623 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
625 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
626 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
668 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
674 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
815 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
821 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
827 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
832 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp480 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonebada3920211::SparcOperand
1022 Operands.push_back(SparcOperand::CreateImm(Expr, S, E)); in parseShiftAmtImm()
1103 Operands.push_back(SparcOperand::CreateImm(Val, S, E)); in parseTailRelocSym()
1145 Operands.push_back(SparcOperand::CreateImm(EVal, S, E)); in parseMembarTag()
1245 Operands.push_back(SparcOperand::CreateImm(DestExpr, S, E)); in parseCallTarget()
1320 SparcOperand::CreateImm(MCConstantExpr::create(0, getContext()), in parseOperand()
1383 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
1409 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp450 .add(MachineOperand::CreateImm(0)); in populateBlocks()
458 .add(MachineOperand::CreateImm(0)); in populateBlocks()
/freebsd/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 __anon944a62760211::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/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/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 __anon06c44bb20111::AVROperand
446 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression()
517 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1154 static AMDGPUOperand::Ptr CreateImm(const AMDGPUAsmParser *AsmParser, in CreateImm() function in __anon6862249c0111::AMDGPUOperand
3175 AMDGPUOperand::CreateImm(this, RealVal.bitcastToAPInt().getZExtValue(), S, in parseImm()
3204 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm()
3441 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff()
6439 Operands.push_back(AMDGPUOperand::CreateImm(this, Value, S, ImmTy)); in parseIntWithPrefix()
6479 Operands.push_back(AMDGPUOperand::CreateImm(this, Val, S, ImmTy)); in parseOperandArrayWithPrefix()
6505 Operands.push_back(AMDGPUOperand::CreateImm(this, Bit, S, ImmTy)); in parseNamedBit()
6566 Operands.push_back(AMDGPUOperand::CreateImm(this, CPolVal, StringLoc, in parseCPol()
6602 AMDGPUOperand::CreateImm(this, Enabled, OpLoc, AMDGPUOperand::ImmTyCPol)); in parseCPol()
6757 Operands.push_back(AMDGPUOperand::CreateImm(this, ImmVal, Loc, ImmTy)); in tryParseIndexKey()
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2361 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon730428320111::AArch64Operand
3265 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel()
3301 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel()
3375 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3384 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3412 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3796 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
3803 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
4656 Operands.push_back(AArch64Operand::CreateImm( in tryParseZTOperand()
4736 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp144 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp194 MachineOperand::CreateImm(RISCVII::TAIL_UNDISTURBED_MASK_UNDISTURBED)); in convertVMergeToVMv()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp368 MachineOperand New = MachineOperand::CreateImm(Fold.ImmToFold); in updateOperand()
522 MI->addOperand(MachineOperand::CreateImm(0)); in tryAddToFoldList()
881 UseMI->addOperand(*MF, MachineOperand::CreateImm(0)); // src0_modifiers in foldOperand()
883 UseMI->addOperand(*MF, MachineOperand::CreateImm(0)); // op_sel in foldOperand()
1097 MachineOperand ImmOp = MachineOperand::CreateImm(Imm.getSExtValue()); in foldOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h113 MachineOperand Callee = MachineOperand::CreateImm(0);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp456 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2300 Operands.push_back(X86Operand::CreateImm(RndModeOp, Start, End)); in ParseRoundingModeOp()
2336 Operands.push_back(X86Operand::CreateImm( in parseCFlagsOp()
2361 Operands.push_back(X86Operand::CreateImm( in parseCFlagsOp()
2642 Operands.push_back(X86Operand::CreateImm(Disp, Start, End, in parseIntelOperand()
2649 Operands.push_back(X86Operand::CreateImm(Disp, Start, End)); in parseIntelOperand()
2770 Operands.push_back(X86Operand::CreateImm(Val, Start, End)); in parseATTOperand()
3533 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction()
3577 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp698 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
742 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
1552 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1651 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h671 MachineOperand LHS = MachineOperand::CreateImm(0);
672 MachineOperand RHS = MachineOperand::CreateImm(0);

123