Searched refs:Pseudo (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h104 // Pseudo - This represents an instruction that is a pseudo instruction
107 Pseudo = 0, enumerator in enum:llvm::MipsII::__anon4247
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h204 uint16_t Pseudo; member in struct:llvm::RISCV::VLSEGPseudo
214 uint16_t Pseudo; member in struct:llvm::RISCV::VLXSEGPseudo
223 uint16_t Pseudo; member in struct:llvm::RISCV::VSSEGPseudo
233 uint16_t Pseudo; member in struct:llvm::RISCV::VSXSEGPseudo
242 uint16_t Pseudo; member in struct:llvm::RISCV::VLEPseudo
250 uint16_t Pseudo; member in struct:llvm::RISCV::VSEPseudo
259 uint16_t Pseudo; member in struct:llvm::RISCV::VLX_VSXPseudo
H A DRISCVInstrInfo.h323 uint16_t Pseudo; member in struct:llvm::RISCVVPseudosTable::PseudoInfo
H A DRISCVISelDAGToDAG.cpp364 CurDAG->getMachineNode(P->Pseudo, DL, MVT::Untyped, MVT::Other, Operands);
404 MachineSDNode *Load = CurDAG->getMachineNode(P->Pseudo, DL, MVT::Untyped,
457 CurDAG->getMachineNode(P->Pseudo, DL, MVT::Untyped, MVT::Other, Operands);
497 CurDAG->getMachineNode(P->Pseudo, DL, Node->getValueType(0), Operands);
539 CurDAG->getMachineNode(P->Pseudo, DL, Node->getValueType(0), Operands);
1741 CurDAG->getMachineNode(P->Pseudo, DL, Node->getVTList(), Operands);
1788 CurDAG->getMachineNode(P->Pseudo, DL, Node->getVTList(), Operands);
1815 P->Pseudo, DL, Node->getVTList(), Operands);
1939 CurDAG->getMachineNode(P->Pseudo, DL, Node->getVTList(), Operands);
1971 CurDAG->getMachineNode(P->Pseudo, D
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h31 Pseudo = (1<<0), enumerator in enum:llvm::SPII::__anon2773
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp31 uint16_t Pseudo; member in struct:RISCVVInversePseudosTable::PseudoInfo
296 LLVM_DEBUG(dbgs() << "RVCB: Found Pseudo Instruction for Opcode "
300 << " with " << MCII.getName(RVV->Pseudo) << '\n');
301 return MCII.get(RVV->Pseudo).getSchedClass();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h152 Pseudo, enumerator in enum:llvm::MCID::Flag
269 bool isPseudo() const { return Flags & (1ULL << MCID::Pseudo); }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h333 // Pseudo instructions
334 Pseudo = 0 << FormShift, enumerator in enum:llvm::ARMII::__anon2274
H A DARMMCCodeEmitter.cpp1890 // Pseudo instructions don't get encoded.
1893 if ((TSFlags & ARMII::FormMask) == ARMII::Pseudo)
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h98 Pseudo = 0, enumerator in enum:llvm::X86Local::__anon3171
H A DPseudoLoweringEmitter.cpp58 void evaluateExpansion(Record *Pseudo);
132 LLVM_DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
227 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
H A DX86RecognizableInstr.cpp142 return Form != X86Local::Pseudo && (!IsCodeGenOnly || ForceDisassemble) &&
852 case X86Local::Pseudo:
853 llvm_unreachable("Pseudo should not be emitted!");
/freebsd-current/share/mk/
H A Dbsd.progs.mk150 # Pseudo targets for PROG, such as 'install'.
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h513 Pseudo = 0,
888 return (TSFlags & X86II::FormMask) == Pseudo;
1018 case X86II::Pseudo:
H A DX86MCCodeEmitter.cpp1490 // Pseudo instructions don't get encoded.
1507 // Pseudo instructions don't get encoded.
1543 case X86II::Pseudo:
1544 llvm_unreachable("Pseudo instruction shouldn't be emitted");
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S549 # Pseudo-descriptors.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h288 Pseudo = 0x0020, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp338 CV_ENUM_CLASS_ENT(MethodOptions, Pseudo),
H A DTypeDumpVisitor.cpp53 ENUM_ENTRY(MethodOptions, Pseudo),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp196 PUSH_FLAG(MethodOptions, Pseudo, Flags, "pseudo");
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp383 IO.bitSetCase(Options, "Pseudo", MethodOptions::Pseudo);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h896 return hasProperty(MCID::Pseudo, Type);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp350 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
351 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
5437 // Pseudo-object operations and ivar references need special
H A DRewriteObjC.cpp295 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
296 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
4563 // Pseudo-object operations and ivar references need special

Completed in 411 milliseconds