OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBlockAddress
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
109
bool
isBlockAddress
() const { return Kind == ARMCP::CPBlockAddress; }
199
return APV->isGlobalValue() || APV->
isBlockAddress
() || APV->isLSDA() ||
ARMAsmPrinter.cpp
907
} else if (ACPV->
isBlockAddress
()) {
ARMBaseInstrInfo.cpp
1761
else if (ACPV->
isBlockAddress
())
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h
342
///
isBlockAddress
- Tests if this is a MO_BlockAddress operand.
343
bool
isBlockAddress
() const { return OpKind == MO_BlockAddress; }
569
assert(
isBlockAddress
() && "Wrong MachineOperand accessor");
602
isTargetIndex() ||
isBlockAddress
()) &&
672
isTargetIndex() ||
isBlockAddress
()) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp
210
MO.isGlobal() || MO.
isBlockAddress
() || MO.isMCSymbol() || MO.isMBB();
225
(MO1.
isBlockAddress
() && MO2.
isBlockAddress
() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp
693
if (HiOperand.
isBlockAddress
()) {
700
if (LoOperand.
isBlockAddress
()) {
782
if (HiOperand.
isBlockAddress
()) {
830
if (LoOperand.
isBlockAddress
()) {
HexagonConstExtenders.cpp
706
else if (Op.
isBlockAddress
())
757
else if (Op.isSymbol() || Op.isGlobal() || Op.
isBlockAddress
() ||
HexagonBitTracker.cpp
243
if (MO.isGlobal() || MO.
isBlockAddress
() || MO.isSymbol() || MO.isJTI() ||
HexagonBitSimplify.cpp
2638
if (Op.isGlobal() || Op.
isBlockAddress
())
2650
if (Op.isGlobal() || Op.
isBlockAddress
())
HexagonInstrInfo.cpp
2086
if (MO.isGlobal() || MO.isSymbol() || MO.
isBlockAddress
() ||
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
814
assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.
isBlockAddress
()) &&
897
assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.
isBlockAddress
()) &&
930
assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.
isBlockAddress
()) &&
962
assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.
isBlockAddress
()) &&
993
assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.
isBlockAddress
()) &&
1002
if (GlobalToc || MO.isJTI() || MO.
isBlockAddress
() ||
1033
MO.
isBlockAddress
()) &&
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp
423
if (MI->getOperand(OpNo).
isBlockAddress
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp
1083
if (MO.isMBB() || MO.
isBlockAddress
() || MO.isCPI())
Completed in 91 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026