OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isJTI
(Results
1 - 17
of
17
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp
57
if (!MO.
isJTI
() && MO.getOffset())
ARMCodeEmitter.cpp
492
} else if (MO.
isJTI
())
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp
34
if (!MO.
isJTI
() && MO.getOffset())
/external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp
102
if (!MO.
isJTI
() && MO.getOffset())
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
239
///
isJTI
- Tests if this is a MO_JumpTableIndex operand.
240
bool
isJTI
() const { return OpKind == MO_JumpTableIndex; }
423
assert((isFI() || isCPI() || isTargetIndex() ||
isJTI
()) &&
501
assert((isFI() || isCPI() || isTargetIndex() ||
isJTI
()) &&
/external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp
90
if (!MO.
isJTI
() && MO.getOffset())
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
363
assert(MO.isGlobal() || MO.isCPI() || MO.
isJTI
());
369
else if (MO.
isJTI
())
392
assert((MO.isGlobal() || MO.isCPI() || MO.
isJTI
()) &&
413
else if (MO.
isJTI
())
416
if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.
isJTI
())
435
assert((MO.isGlobal() || MO.
isJTI
() || MO.isCPI()) &&
439
if (MO.
isJTI
())
[
all
...]
PPCMCInstLower.cpp
137
if (!MO.
isJTI
() && MO.getOffset())
PPCCodeEmitter.cpp
179
assert(MO.
isJTI
());
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
291
DispSpec.
isJTI
() || DispSpec.isSymbol());
425
if (MO.isGlobal() || MO.isCPI() || MO.
isJTI
() || MO.isSymbol()) {
442
else if (MO.isGlobal() || MO.isCPI() || MO.
isJTI
() || MO.isSymbol())
X86CodeEmitter.cpp
445
assert(RelocOp->
isJTI
() && "Unexpected machine operand!");
470
} else if (Op3.
isJTI
()) {
[
all
...]
X86InstrInfo.h
120
MI->getOperand(Op+3).
isJTI
());
X86MCInstLower.cpp
205
if (MO.
isJTI
() && MAI.hasSetDirective()) {
220
if (!MO.
isJTI
() && !MO.isMBB() && MO.getOffset())
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
231
else if (MO.
isJTI
())
/external/llvm/lib/CodeGen/
BranchFolding.cpp
229
if (!Op.
isJTI
()) continue;
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 158 milliseconds