Searched refs:CreateImm (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp80 Cond.push_back(MachineOperand::CreateImm(true));
91 Cond.push_back(MachineOperand::CreateImm(false));
166 Cond.front() = MachineOperand::CreateImm(!Cond.front().getImm());
H A DWebAssemblyCFGStackify.cpp461 MO = MachineOperand::CreateImm(GetDepth(Stack, MO.getMBB()));
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrBuilder.h72 MO.push_back(MachineOperand::CreateImm(Scale));
79 MO.push_back(MachineOperand::CreateImm(Disp));
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp278 static std::unique_ptr<AMDGPUOperand> CreateImm(int64_t Val, SMLoc Loc, function in class:__anon2732::AMDGPUOperand
645 Operands.push_back(AMDGPUOperand::CreateImm(0, S,
647 Operands.push_back(AMDGPUOperand::CreateImm(0, S,
1134 Operands.push_back(AMDGPUOperand::CreateImm(IntVal, S));
1149 AMDGPUOperand::CreateImm(F.bitcastToAPInt().getZExtValue(), S));
1294 Operands.push_back(AMDGPUOperand::CreateImm(Offset, S, ImmTy));
1326 Operands.push_back(AMDGPUOperand::CreateImm(Bit, S, ImmTy));
1370 Operands.push_back(AMDGPUOperand::CreateImm(Value, S, Op.Type));
1406 Operands.push_back(AMDGPUOperand::CreateImm(0, S,
1554 Operands.push_back(AMDGPUOperand::CreateImm(CntVa
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp578 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
579 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue()));
581 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
582 Ops.push_back(MachineOperand::CreateImm(0));
624 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
630 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue()));
765 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
771 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue()));
777 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr));
782 Ops.push_back(MachineOperand::CreateImm(CalleeConstAdd
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp224 Cond.push_back(MachineOperand::CreateImm(BranchCode));
246 Cond.push_back(MachineOperand::CreateImm(BranchCode));
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp80 Cond.push_back(MachineOperand::CreateImm(Opc));
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1671 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, function in class:__anon2707::AArch64Operand
2191 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2212 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2494 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); \
2501 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); \
3176 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
3214 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext()));
3262 Operands.push_back(AArch64Operand::CreateImm(ImmVal, S, E, getContext()));
3294 Operands.push_back(AArch64Operand::CreateImm(
3309 Operands.push_back(AArch64Operand::CreateImm(CPLo
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h489 : Predicate(PRED_INVALID), LHS(MachineOperand::CreateImm(0)),
490 RHS(MachineOperand::CreateImm(0)), TrueDest(nullptr),
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp482 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
490 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET));
500 Cond.push_back(MachineOperand::CreateImm(1));
511 Cond.push_back(MachineOperand::CreateImm(0));
546 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
556 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET));
569 Cond.push_back(MachineOperand::CreateImm(1));
583 Cond.push_back(MachineOperand::CreateImm(0));
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp290 MachineOperand ImmOp = MachineOperand::CreateImm(Imm.getSExtValue());
H A DSIInstrInfo.cpp1748 return MachineOperand::CreateImm(Op.getImm() & 0xFFFFFFFF);
1750 return MachineOperand::CreateImm(Op.getImm() >> 32);
2571 Inst->addOperand(MachineOperand::CreateImm(0));
2572 Inst->addOperand(MachineOperand::CreateImm(Size));
2577 Inst->addOperand(MachineOperand::CreateImm(0));
2593 Inst->addOperand(MachineOperand::CreateImm(Offset));
2594 Inst->addOperand(MachineOperand::CreateImm(BitWidth));
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp235 Cond.push_back(MachineOperand::CreateImm(BranchCode));
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp339 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, function in class:__anon2995::SparcOperand
829 Op = SparcOperand::CreateImm(EVal, S, E);
838 Op = SparcOperand::CreateImm(EVal, S, E);
853 Op = SparcOperand::CreateImm(Res, S, E);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h579 static MachineOperand CreateImm(int64_t Val) {
H A DMachineInstrBuilder.h84 MI->addOperand(*MF, MachineOperand::CreateImm(Val));
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp723 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, function in struct:__anon2961::PPCOperand
767 return CreateImm(CE->getValue(), S, E, IsPPC64);
1519 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));
1534 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));
1622 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp388 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
394 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
401 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
416 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode()));
427 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode()));
447 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode()));
996 MI->addOperand(MachineOperand::CreateImm(IVal.getZExtValue()));
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1494 return X86Operand::CreateImm(RndModeOp, Start, End);
1681 return X86Operand::CreateImm(Imm, Start, End);
1743 return X86Operand::CreateImm(ImmExpr, Start, End);
1817 return X86Operand::CreateImm(Val, Start, End);
2130 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc));
2157 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc));
2184 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc));
H A DX86Operand.h487 static std::unique_ptr<X86Operand> CreateImm(const MCExpr *Val, function in struct:llvm::X86Operand
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp138 Cond.push_back(MachineOperand::CreateImm(LastInst->getOperand(1).getImm()));
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp313 Cond.push_back(MachineOperand::CreateImm(Branch.CCValid));
314 Cond.push_back(MachineOperand::CreateImm(Branch.CCMask));
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2677 static std::unique_ptr<ARMOperand> CreateImm(const MCExpr *Val, SMLoc S, function
4155 Operands.push_back(ARMOperand::CreateImm(CE, Loc, EndLoc));
4179 Operands.push_back(ARMOperand::CreateImm(MCConstantExpr::create(Val,
4369 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1));
4375 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1));
4583 ARMOperand::CreateImm(MCConstantExpr::create(Val, getContext()), S, E));
4999 Operands.push_back(ARMOperand::CreateImm(
5016 Operands.push_back(ARMOperand::CreateImm(
5084 Operands.push_back(ARMOperand::CreateImm(IdVal, S, E));
5109 Operands.push_back(ARMOperand::CreateImm(ImmVa
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1222 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E, MipsAsmParser &Parser) { function in class:__anon2920::MipsOperand
3931 Operands.push_back(MipsOperand::CreateImm(Res, S, E, *this));
3954 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
4170 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
4255 MipsOperand::CreateImm(Const, S, Parser.getTok().getLoc(), *this));
4391 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
4418 MipsOperand::CreateImm(Expr, S, getLexer().getLoc(), *this));
4436 Operands.push_back(MipsOperand::CreateImm(
4477 MipsOperand::CreateImm(Expr, S, Parser.getTok().getLoc(), *this));
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp591 static std::unique_ptr<HexagonOperand> CreateImm(const MCExpr *Val, SMLoc S, function in struct:__anon2822::HexagonOperand
1337 HexagonOperand::CreateImm(nullptr, Loc, Loc);
1392 std::unique_ptr<HexagonOperand> Expr = HexagonOperand::CreateImm(

Completed in 581 milliseconds

12