Searched refs:isImm (Results 151 - 175 of 193) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp309 bool isImm() const override {
704 if (Op.isImm()) {
1842 if (Op.isImm() && Op.getImm() == ImmVal)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp302 if (!MI->getOperand(OpNum).isImm())
307 if (!MI->getOperand(OpNum).isImm())
348 if (!FlagsOP.isImm())
H A DThumb2InstrInfo.cpp745 assert(MaskOp.isImm() && "Operand 0 is not the block mask of the VPT/VPST?!");
H A DARMInstructionSelector.cpp978 assert(Val.isImm() && "Unexpected operand for G_CONSTANT");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp338 } else if (MI.getDebugOperand(0).isImm()) {
1092 if (isDbgValueDescribedByReg(MI) || MI.getDebugOperand(0).isImm() ||
H A DMachineSink.cpp788 return MBP.LHS.isReg() && MBP.RHS.isImm() && MBP.RHS.getImm() == 0 &&
H A DLiveDebugVariables.cpp611 !(MI.getDebugOffset().isReg() || MI.getDebugOffset().isImm()) ||
H A DMachineLICM.cpp985 } else if (!MO.isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp90 (MI.getOperand(2).isImm()) &&
96 (MI.getOperand(2).isImm()) &&
H A DMicroMipsSizeReduction.cpp310 if (!MI->getOperand(Op).isImm())
H A DMipsConstantIslandPass.cpp1652 if (Literal.isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp248 if (MI->getOperand(OpNo).isImm())
370 if (CalleeMO.isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1147 bool isDebugOffsetImm() const { return getDebugOffset().isImm(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp271 if (!Op.isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp643 if (DefiningMI->getOperand(2*i+2).isImm()) {
H A DAArch64AsmPrinter.cpp662 if (MO.isImm() && MO.getImm() == 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp760 if (!MI->getOperand(1).isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp629 if (CalleeMO.isImm()) {
H A DSystemZInstrInfo.cpp522 MI.getOperand(1).isImm()) {
1950 (MCOI.RegClass == -1 && !Op.isImm()))) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp92 bool isImm() const override { return Kind == Integer || Kind == Symbol; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3077 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) &&
3082 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) &&
3092 if (Op1.isImm())
3787 if (X86Op->isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp322 if (!Disp.isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1220 if (MI->getOperand(0).isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp778 assert(!MO.isImm());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp547 !Disp.isImm())

Completed in 396 milliseconds

12345678