OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCPI
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
235
///
isCPI
- Tests if this is a MO_ConstantPoolIndex operand.
236
bool
isCPI
() const { return OpKind == MO_ConstantPoolIndex; }
423
assert((isFI() ||
isCPI
() || isTargetIndex() || isJTI()) &&
446
assert((isGlobal() || isSymbol() ||
isCPI
() || isTargetIndex() ||
494
assert((isGlobal() || isSymbol() ||
isCPI
() || isTargetIndex() ||
501
assert((isFI() ||
isCPI
() || isTargetIndex() || isJTI()) &&
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
363
assert(MO.isGlobal() || MO.
isCPI
() || MO.isJTI());
367
else if (MO.
isCPI
())
392
assert((MO.isGlobal() || MO.
isCPI
() || MO.isJTI()) &&
411
} else if (MO.
isCPI
())
435
assert((MO.isGlobal() || MO.isJTI() || MO.
isCPI
()) &&
441
else if (MO.
isCPI
())
472
assert((MO.isGlobal() || MO.
isCPI
()) && "Invalid operand for ADDItocL");
486
} else if (MO.
isCPI
())
[
all
...]
PPCCodeEmitter.cpp
171
if (MO.
isCPI
())
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
290
assert(DispSpec.isGlobal() || DispSpec.
isCPI
() ||
425
if (MO.isGlobal() || MO.
isCPI
() || MO.isJTI() || MO.isSymbol()) {
442
else if (MO.isGlobal() || MO.
isCPI
() || MO.isJTI() || MO.isSymbol())
X86InstrInfo.h
119
MI->getOperand(Op+3).
isCPI
() ||
X86CodeEmitter.cpp
441
} else if (RelocOp->
isCPI
()) {
463
} else if (Op3.
isCPI
()) {
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
77
if (MO.isGlobal() || MO.isSymbol() || MO.
isCPI
()) {
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
229
else if (MO.
isCPI
())
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
722
if (I->getOperand(op).
isCPI
()) {
[
all
...]
ARMCodeEmitter.cpp
486
else if (MO.
isCPI
()) {
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 156 milliseconds