Home
last modified time | relevance | path

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

123

/external/clang/tools/libclang/
DCXCursor.h173 bool isPseudo() const { return C.data[1] != nullptr; } in isPseudo() function
175 assert(isPseudo()); in getAsMacroDefinition()
179 assert(!isPseudo()); in getAsMacroExpansion()
183 assert(isPseudo()); in getPseudoLoc()
DCXCursor.cpp814 if (isPseudo()) in getName()
820 if (isPseudo()) in getDefinition()
825 if (isPseudo()) in getSourceRange()
/external/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp155 if (!I.isPseudo()) in getLastNonPseudo()
214 if (!CurrInstr->isPseudo()) in runOnBasicBlock()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp36 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo()); in init()
60 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo()); in init()
/external/llvm/lib/Target/BPF/
DBPFInstrFormats.td32 let 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/AMDGPU/
DR600Instructions.td744 let isPseudo = 1, isCodeGenOnly = 1, usesCustomInserter = 1 in {
753 } // end let isPseudo = 1, isCodeGenOnly = 1, usesCustomInserter = 1
956 let isCodeGenOnly = 1, isPseudo = 1, Namespace = "AMDGPU" in {
1012 let isPseudo = 1;
1287 let isPseudo = 1 in {
1353 } // End isPseudo = 1
1361 let usesCustomInserter = 1, isCodeGenOnly = 1, isPseudo = 1, Namespace = "AMDGPU" in {
1372 } // end usesCustomInserter = 1, isCodeGenOnly = 1, isPseudo = 1, Namespace = "AMDGPU"
1493 let isPseudo = 1;
1604 let isPseudo = 1 in {
[all …]
DSIInstrInfo.td652 let isPseudo = 1, isCodeGenOnly = 1 in {
668 let isPseudo = 1;
748 let isPseudo = 1;
815 let isPseudo = 1;
905 let isPseudo = 1;
1348 let isPseudo = 1;
1390 let isPseudo = 1;
1454 let isPseudo = 1;
1594 let isPseudo = 1, isCodeGenOnly = 1 in {
1757 let isPseudo = 1;
[all …]
DAMDGPUInstructions.td448 let isCodeGenOnly = 1, isPseudo = 1 in {
499 } // End isCodeGenOnly = 1, isPseudo = 1
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsicsV60.td25 let isPseudo = 1 in
31 let isPseudo = 1 in
38 let isPseudo = 1 in
44 let isPseudo = 1 in
50 let isPseudo = 1 in
56 let isPseudo = 1 in
DHexagonInstrFormats.td357 let isCodeGenOnly = 1, isPseudo = 1 in
363 let isCodeGenOnly = 1, isPseudo = 1 in
369 let isCodeGenOnly = 1, isPseudo = 1 in
DHexagonInstrInfoV5.td101 isCodeGenOnly = 1, isPseudo = 1 in
108 validSubTargets = HasV5SubT, isCodeGenOnly = 1, isPseudo = 1 in
115 hasSideEffects = 0, validSubTargets = HasV5SubT, isPseudo = 1 in
750 isPseudo = 1, InputType = "imm" in
758 isPseudo = 1, InputType = "imm" in
DHexagonInstrInfoV60.td759 let isPseudo = 1, validSubTargets = HasV60SubT in
819 let isPseudo = 1, validSubTargets = HasV60SubT in
874 isCodeGenOnly = 1, isPseudo = 1, mayStore = 1, hasSideEffects = 0 in {
902 opExtentAlign = 2, isCodeGenOnly = 1, isPseudo = 1, hasSideEffects = 0 in {
927 isCodeGenOnly = 1, isPseudo = 1, mayStore = 1, hasSideEffects = 0 in {
941 isCodeGenOnly = 1, isPseudo = 1, mayStore = 1, hasSideEffects = 0 in {
956 opExtentAlign = 2, isCodeGenOnly = 1, isPseudo = 1, hasSideEffects = 0 in {
970 opExtentAlign = 2, isCodeGenOnly = 1, isPseudo = 1, hasSideEffects = 0 in {
988 let isCodeGenOnly = 1, isPseudo = 1, hasSideEffects = 0 in {
DHexagonInstrInfo.td722 let isCodeGenOnly = 1, isPseudo = 1 in
1011 let isPseudo = 1 in {
2009 isCodeGenOnly = 1, isPseudo = 1, hasSideEffects = 0 in
2166 let isCodeGenOnly = 1, mayLoad = 1, hasSideEffects = 0, isPseudo = 1 in
2286 let isCodeGenOnly = 1, mayLoad = 1, hasSideEffects = 0, isPseudo = 1 in
3650 isCodeGenOnly = 1, isPseudo = 1, hasSideEffects = 0 in
3754 let isCodeGenOnly = 1, mayStore = 1, hasSideEffects = 0, isPseudo = 1 in
3919 let isCodeGenOnly = 1, mayStore = 1, hasSideEffects = 0, isPseudo = 1 in
4557 isPseudo = 1, isCodeGenOnly = 1, hasSideEffects = 0 in {
4862 let hasSideEffects = 0, isReMaterializable = 1, isPseudo = 1,
[all …]
DHexagonInstrInfoVector.td289 let isPseudo = 1 in
295 let isPseudo = 1 in
/external/llvm/include/llvm/MC/
DMCInstrDesc.h208 bool isPseudo() const { return Flags & (1 << MCID::Pseudo); } in isPseudo() function
/external/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp200 if (!MI->isPseudo()) in runOnMachineFunction()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h255 bool isPseudo : 1; variable
DPseudoLoweringEmitter.cpp142 if (Insn.isCodeGenOnly || Insn.isPseudo) in evaluateExpansion()
DInstrInfoEmitter.cpp480 if (Inst.isPseudo) OS << "|(1ULL<<MCID::Pseudo)"; in emitRecord()
/external/llvm/include/llvm/Target/
DTarget.td391 bit isPseudo = 0; // Is this instruction a pseudo-instruction?
411 // FIXME: For now this is distinct from isPseudo, above, as code-gen-only
415 // the printer/emitter, we can remove this attribute and just use isPseudo.
418 // isPseudo: Does not have encoding information and should be expanded,
496 bit isPseudo = 1;
758 let isCodeGenOnly = 1, isPseudo = 1, Namespace = "TargetOpcode" in {
898 bit isPseudo = 1;
/external/llvm/lib/Target/Mips/
DMipsInstrFormats.td121 let isPseudo = 1;
136 let isPseudo = 1;
/external/llvm/lib/Target/XCore/
DXCoreInstrFormats.td29 let isPseudo = 1;

123