Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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 DX86KCFI.cpp119 Check->addOperand(MachineOperand::CreateImm(MBBI->getCFIType())); in emitCheck()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp206 static std::unique_ptr<MSP430Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anone9cbbf050111::MSP430Operand
362 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc())); in parseJccInstruction()
379 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc, in parseJccInstruction()
533 Operands.push_back(MSP430Operand::CreateImm(Val, StartLoc, EndLoc)); in ParseOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1105 static AMDGPUOperand::Ptr CreateImm(const AMDGPUAsmParser *AsmParser, in CreateImm() function in __anon2409b1d30111::AMDGPUOperand
2962 AMDGPUOperand::CreateImm(this, RealVal.bitcastToAPInt().getZExtValue(), S, in parseImm()
2989 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm()
3228 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff()
5927 Operands.push_back(AMDGPUOperand::CreateImm(this, Value, S, ImmTy)); in parseIntWithPrefix()
5973 Operands.push_back(AMDGPUOperand::CreateImm(this, Val, S, ImmTy)); in parseOperandArrayWithPrefix()
6003 Operands.push_back(AMDGPUOperand::CreateImm(this, Bit, S, ImmTy)); in parseNamedBit()
6073 AMDGPUOperand::CreateImm(this, Enabled, OpLoc, AMDGPUOperand::ImmTyCPol)); in parseCPol()
6324 AMDGPUOperand::CreateImm(this, Format, Loc, AMDGPUOperand::ImmTyFORMAT)); in parseFORMAT()
6602 Operands.push_back(AMDGPUOperand::CreateImm(this, Waitcnt, S)); in parseSWaitCntOps()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp621 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
622 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
624 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
625 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
667 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
673 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
805 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
811 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
817 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
822 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp463 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon4ad277090211::SparcOperand
863 Operands.push_back(SparcOperand::CreateImm(Expr, S, E)); in parseShiftAmtImm()
954 Operands.push_back(SparcOperand::CreateImm(Val, S, E)); in parseTailRelocSym()
1000 Operands.push_back(SparcOperand::CreateImm(EVal, S, E)); in parseMembarTag()
1027 Operands.push_back(SparcOperand::CreateImm(DestExpr, S, E)); in parseCallTarget()
1158 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
1184 Op = SparcOperand::CreateImm(EVal, S, E); in parseSparcAsmOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp450 .add(MachineOperand::CreateImm(0)); in populateBlocks()
458 .add(MachineOperand::CreateImm(0)); in populateBlocks()
H A DPPCInstrInfo.cpp1320 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch()
1328 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch()
1338 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch()
1349 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch()
1383 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET)); in analyzeBranch()
1393 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET)); in analyzeBranch()
1406 Cond.push_back(MachineOperand::CreateImm(1)); in analyzeBranch()
1420 Cond.push_back(MachineOperand::CreateImm(0)); in analyzeBranch()
5567 Cond.push_back(MachineOperand::CreateImm(0)); in createTripCountGreaterCondition()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp609 static std::unique_ptr<VEOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon0d4fa8ad0211::VEOperand
1223 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMOperand()
1232 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMOperand()
1330 Offset = VEOperand::CreateImm(EVal, S, E); in parseMEMAsOperand()
1340 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand()
1346 VEOperand::CreateImm(MCConstantExpr::create(0, getContext()), S, E); in parseMEMAsOperand()
1540 Op = VEOperand::CreateImm(EVal, S, E); in parseVEAsmOperand()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp219 static std::unique_ptr<AVROperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anond633fba90111::AVROperand
442 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression()
513 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDebugify.cpp128 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2267 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonb6c3df290111::AArch64Operand
3216 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel()
3254 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel()
3334 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3343 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3377 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3742 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
3749 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
4650 Operands.push_back(AArch64Operand::CreateImm( in tryParseZTOperand()
4725 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp190 Cond.push_back(MachineOperand::CreateImm(Opc)); in parseCondBranch()
191 Cond.push_back(MachineOperand::CreateImm(CC)); in parseCondBranch()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h108 MachineOperand Callee = MachineOperand::CreateImm(0);
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp685 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
729 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
1511 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1580 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h662 MachineOperand LHS = MachineOperand::CreateImm(0);
663 MachineOperand RHS = MachineOperand::CreateImm(0);
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp457 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp365 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp207 Cond.push_back(MachineOperand::CreateImm(LastInst.getOpcode())); in parseCondBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp532 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()
4698 MIB->addOperand(MachineOperand::CreateImm(memShufDisabledMask)); in setBundleNoShuf()

123