Searched defs:isImmediate (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ | ||
H A D | MCInstrDescView.cpp | 59 bool Operand::isImmediate() const { in isImmediate() function in llvm::exegesis::Operand |
/openbsd-src/gnu/llvm/clang/utils/TableGen/ | ||
H A D | SveEmitter.cpp | 88 bool isImmediate() const { return Immediate; } in isImmediate() function in __anon5066fa640111::SVEType |
H A D | NeonEmitter.cpp | 194 bool isImmediate() const { return Immediate; } in isImmediate() function in __anoncfaa73c60111::Type |
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonHardwareLoops.cpp | 261 bool isImmediate(const MachineOperand &MO) const { in isImmediate() function |
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ | ||
H A D | Sema.h | 1788 bool isImmediate() const { return ImmediateDiag.has_value(); } in isImmediate() function |
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ | ||
H A D | ARMAsmParser.cpp | 1138 bool isImmediate() const { in isImmediate() function in __anon3b5979970111::ARMOperand |