OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsReg
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
Utils.h
310
bool
IsReg
;
313
explicit RegOrConstant(Register Reg) : Reg(Reg),
IsReg
(true) {}
314
explicit RegOrConstant(int64_t Cst) : Cst(Cst),
IsReg
(false) {}
315
bool
isReg
() const { return
IsReg
; }
316
bool isCst() const { return !
IsReg
; }
318
assert(
isReg
() && "Expected a register!");
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetStreamer.h
102
const MCSymbol &Sym, bool
IsReg
);
291
const MCSymbol &Sym, bool
IsReg
) override;
356
const MCSymbol &Sym, bool
IsReg
) override;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
147
static inline SIArgument createArgument(bool
IsReg
) {
148
if (
IsReg
)
149
return SIArgument(
IsReg
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
140
const MCSymbol &Sym, bool
IsReg
) {
695
bool
IsReg
) {
699
if (
IsReg
)
1227
bool
IsReg
) {
1238
if (
IsReg
) {
Completed in 19 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026