Home
last modified time | relevance | path

Searched refs:isPseudo (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/tools/libclang/
DCXCursor.h174 bool isPseudo() const { in isPseudo() function
178 assert(isPseudo()); in getAsMacroDefinition()
182 assert(!isPseudo()); in getAsMacroExpansion()
186 assert(isPseudo()); in getPseudoLoc()
DCXCursor.cpp705 if (isPseudo()) in getName()
710 if (isPseudo()) in getDefinition()
715 if (isPseudo()) in getSourceRange()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstructions.td94 let isCodeGenOnly = 1, isPseudo = 1, usesCustomInserter = 1 in {
117 } // End isCodeGenOnly = 1, isPseudo = 1, hasCustomInserter = 1
DAMDILInstrInfo.td172 let isPseudo = 1;
DR600Instructions.td125 let isTerminator = 1, isBranch = 1, isPseudo = 1 in {
1100 let usesCustomInserter = 1, isPseudo = 1 in {
1137 } // End usesCustomInserter = 1, isPseudo = 1
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td94 let isCodeGenOnly = 1, isPseudo = 1, usesCustomInserter = 1 in {
117 } // End isCodeGenOnly = 1, isPseudo = 1, hasCustomInserter = 1
DAMDILInstrInfo.td172 let isPseudo = 1;
DR600Instructions.td125 let isTerminator = 1, isBranch = 1, isPseudo = 1 in {
1100 let usesCustomInserter = 1, isPseudo = 1 in {
1137 } // End usesCustomInserter = 1, isPseudo = 1
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInst.cpp40 return (!MCID->isPseudo() && in isCanon()
/external/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp198 if (!MI->isPseudo()) in runOnMachineFunction()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h203 bool isPseudo() const { in isPseudo() function
/external/llvm/lib/Target/R600/
DAMDILInstrInfo.td108 let isPseudo = 1;
DAMDGPUInstructions.td179 let isCodeGenOnly = 1, isPseudo = 1 in {
227 } // End isCodeGenOnly = 1, isPseudo = 1
DR600Instructions.td721 let isPseudo = 1, isCodeGenOnly = 1, usesCustomInserter = 1 in {
730 } // end let isPseudo = 1, isCodeGenOnly = 1, usesCustomInserter = 1
920 let isCodeGenOnly = 1, isPseudo = 1, Namespace = "AMDGPU" in {
976 let isPseudo = 1;
1946 let isPseudo = 1 in {
2012 } // End isPseudo = 1
2033 let usesCustomInserter = 1, isCodeGenOnly = 1, isPseudo = 1, Namespace = "AMDGPU" in {
2044 } // end usesCustomInserter = 1, isCodeGenOnly = 1, isPseudo = 1, Namespace = "AMDGPU"
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td304 let isCodeGenOnly = 1, isPseudo = 1 in
309 let isCodeGenOnly = 1, isPseudo = 1 in
314 let isCodeGenOnly = 1, isPseudo = 1 in
/external/llvm/utils/TableGen/
DCodeGenInstruction.h249 bool isPseudo; variable
DPseudoLoweringEmitter.cpp141 if (Insn.isCodeGenOnly || Insn.isPseudo) in evaluateExpansion()
DInstrInfoEmitter.cpp453 if (Inst.isPseudo) OS << "|(1<<MCID::Pseudo)"; in emitRecord()
DCodeGenInstruction.cpp327 isPseudo = R->getValueAsBit("isPseudo"); in CodeGenInstruction()
/external/llvm/lib/Target/Mips/
DMipsInstrFormats.td107 let isPseudo = 1;
122 let isPseudo = 1;
DMipsAsmPrinter.cpp89 if (I->isPseudo() && !Subtarget->inMips16Mode()) in EmitInstruction()
DMipsSEISelDAGToDAG.cpp98 if (MI->isPHI() || MI->isRegTiedToDefOperand(OpNo) || MI->isPseudo()) in replaceUsesWithZeroReg()
/external/llvm/include/llvm/Target/
DTarget.td381 bit isPseudo = 0; // Is this instruction a pseudo-instruction?
399 // FIXME: For now this is distinct from isPseudo, above, as code-gen-only
403 // the printer/emitter, we can remove this attribute and just use isPseudo.
406 // isPseudo: Does not have encoding information and should be expanded,
460 bit isPseudo = 1;
688 let isCodeGenOnly = 1, isPseudo = 1, Namespace = "TargetOpcode" in {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h341 bool isPseudo(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/XCore/
DXCoreInstrFormats.td29 let isPseudo = 1;

12