| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.cpp | 125 Cond.push_back(MachineOperand::CreateImm(true)); in analyzeBranch() 133 Cond.push_back(MachineOperand::CreateImm(false)); in analyzeBranch() 203 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 __anon2a5e3db90111::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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1060 static AMDGPUOperand::Ptr CreateImm(const AMDGPUAsmParser *AsmParser, in CreateImm() function in __anon649c30870111::AMDGPUOperand 2767 AMDGPUOperand::CreateImm(this, RealVal.bitcastToAPInt().getZExtValue(), S, in parseImm() 2794 Operands.push_back(AMDGPUOperand::CreateImm(this, IntVal, S)); in parseImm() 3035 Operands.push_back(AMDGPUOperand::CreateImm(this, 0, Loc, in parseVReg32OrOff() 5400 Operands.push_back(AMDGPUOperand::CreateImm(this, Value, S, ImmTy)); in parseIntWithPrefix() 5446 Operands.push_back(AMDGPUOperand::CreateImm(this, Val, S, ImmTy)); in parseOperandArrayWithPrefix() 5476 Operands.push_back(AMDGPUOperand::CreateImm(this, Bit, S, ImmTy)); in parseNamedBit() 5530 Operands.push_back(AMDGPUOperand::CreateImm(this, CPolOn, S, in parseCPol() 5783 AMDGPUOperand::CreateImm(this, Format, Loc, AMDGPUOperand::ImmTyFORMAT)); in parseFORMAT() 6036 Operands.push_back(AMDGPUOperand::CreateImm(this, Waitcnt, S)); in parseSWaitCntOps() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 629 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars() 630 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars() 632 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); 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() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 __anonf0f8b3610211::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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 5374 Cond.push_back(MachineOperand::CreateImm(0)); in createTripCountGreaterCondition()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 __anon6f8db8bd0211::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()
|
| /netbsd-src/external/apache2/llvm/dist/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 __anon484a835d0111::AVROperand 422 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseExpression() 505 Operands.push_back(AVROperand::CreateImm(Expression, S, E)); in tryParseRelocExpression()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1938 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon65f0dadd0111::AArch64Operand 2582 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel() 2620 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel() 2701 AArch64Operand::CreateImm(Imm, S, E, getContext())); in tryParseImmWithOptionalShift() 2736 Operands.push_back(AArch64Operand::CreateImm(Imm, S, E, getContext())); in tryParseImmWithOptionalShift() 2962 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 2969 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias() 3697 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand() 3747 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in parseOperand() 3794 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext())); in parseOperand() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 131 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 228 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 101 MachineOperand Callee = MachineOperand::CreateImm(0);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 641 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function 685 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr() 1427 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand() 1496 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 633 MachineOperand LHS = MachineOperand::CreateImm(0); 634 MachineOperand RHS = MachineOperand::CreateImm(0);
|
| H A D | MachineInstrBuilder.h | 132 MI->addOperand(*MF, MachineOperand::CreateImm(Val)); in addImm()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 446 MachineOperand Src = MachineOperand::CreateImm(0xDEADBEEF); in changeToAddrMode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 371 Cond.push_back(MachineOperand::CreateImm(BranchCode)); in analyzeBranch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 672 Ops.push_back(MachineOperand::CreateImm(ExtVal)); in lowerAsmOperandForConstraint()
|
| /netbsd-src/external/apache2/llvm/dist/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() 3351 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction() 3390 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction()
|