/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 138 bool isImm() const override { return Kind == Immediate; } in isImm() function 141 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInst.h | 62 bool isImm() const { return Kind == kImmediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 129 bool isImm() const override { return Kind == Immediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h | 381 bool isImm() const { return Kind == K_Imm; } in isImm() function
|
H A D | FastISelEmitter.cpp | 108 bool isImm() const { return Repr >= OK_Imm; } in isImm() function in __anon8ee357870311::OperandsSignature::OpKind
|
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 162 bool isImm() const override { return Kind == k_Imm; } in isImm() function in __anone9cbbf050111::MSP430Operand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 189 bool isImm() const override { return Kind == k_Immediate; } in isImm() function in __anond633fba90111::AVROperand
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 328 bool isImm() const { return OpKind == MO_Immediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 235 bool isImm() const override { in isImm() function in __anon21cc4c950111::SystemZOperand 238 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function in __anon21cc4c950111::SystemZOperand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 338 bool M68kOperand::isImm() const { return Kind == KindTy::Imm; } in isImm() function in M68kOperand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 1329 bool isImm = MO.getReg() == 0; in getAddrMode3OffsetOpValue() local 1365 bool isImm = MO1.getReg() == 0; in getAddrMode3OpValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 196 bool isImm() const override { return Kind == IMMEDIATE; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 69 bool isImm() const { return Kind == kImmediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 273 bool isImm() const override { return Kind == k_Immediate; } in isImm() function in __anon4ad277090211::SparcOperand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 224 bool isImm() const override { return Kind == Immediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 99 bool isImm() const override { return Kind == Integer || Kind == Symbol; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 56 bool isImm() const { in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 182 bool isImm() const override { return Kind == KindTy::Immediate; } in isImm() function in __anon51359f510111::LoongArchOperand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1218 static bool isImm(const MachineOperand &MO, MachineRegisterInfo *MRI) { in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 219 bool isImm() const override { return Kind == k_Immediate; } in isImm() function in __anon0d4fa8ad0211::VEOperand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 224 bool isImm() const override { return Kind == Immediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 344 bool isImm() const { return Kind == CV_Immediate; } in isImm() function in __anon3768895b0111::CountValue
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 341 bool isImm() const override { in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 253 bool isImm() const override { return Kind == Immediate; } in isImm() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 346 bool isImm() const override { return Kind == KindTy::Immediate; } in isImm() function
|