OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPseudo
(Results
1 - 20
of
20
) sorted by null
/external/clang/tools/libclang/
CXCursor.h
174
bool
isPseudo
() const {
178
assert(
isPseudo
());
182
assert(!
isPseudo
());
186
assert(
isPseudo
());
CXCursor.cpp
705
if (
isPseudo
())
710
if (
isPseudo
())
715
if (
isPseudo
())
[
all
...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp
40
return (!MCID->
isPseudo
() &&
/external/llvm/include/llvm/MC/
MCInstrDesc.h
203
bool
isPseudo
() const {
/external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp
198
if (!MI->
isPseudo
())
/external/llvm/utils/TableGen/
CodeGenInstruction.h
249
bool
isPseudo
;
PseudoLoweringEmitter.cpp
141
if (Insn.isCodeGenOnly || Insn.
isPseudo
)
CodeGenInstruction.cpp
327
isPseudo
= R->getValueAsBit("
isPseudo
");
InstrInfoEmitter.cpp
453
if (Inst.
isPseudo
) OS << "|(1<<MCID::Pseudo)";
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
89
if (I->
isPseudo
() && !Subtarget->inMips16Mode())
MipsSEISelDAGToDAG.cpp
98
if (MI->isPHI() || MI->isRegTiedToDefOperand(OpNo) || MI->
isPseudo
())
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
338
///
isPseudo
- Return true if this is a pseudo instruction that doesn't
341
bool
isPseudo
(QueryType Type = IgnoreBundle) const {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h
654
inline bool
isPseudo
() const { return op < OP_MOV; }
nv50_ir_lowering_nv50.cpp
289
if (di->
isPseudo
() || isTextureOp(di->op) || di->defCount(0xff, true) > 1)
nv50_ir_peephole.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h
654
inline bool
isPseudo
() const { return op < OP_MOV; }
nv50_ir_lowering_nv50.cpp
289
if (di->
isPseudo
() || isTextureOp(di->op) || di->defCount(0xff, true) > 1)
nv50_ir_peephole.cpp
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
829
if (UseMCID.
isPseudo
())
[
all
...]
Completed in 641 milliseconds