Searched refs:hasSPE (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp460 bool HasSPE = Subtarget->hasSPE();
502 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS;
618 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD))
651 Opc = Subtarget->hasSPE() ? PPC::SPESTW : PPC::STFS;
654 Opc = Subtarget->hasSPE() ? PPC::EVSTDD : PPC::STFD;
798 .addImm(Subtarget->hasSPE() ? PPC::PRED_SPE : PPCPred)
841 const bool HasSPE = Subtarget->hasSPE();
993 if (Subtarget->hasSPE()) {
1091 if (Subtarget->hasSPE()) {
1202 !Subtarget->hasSPE())
[all...]
H A DPPCSubtarget.h256 bool hasSPE() const { return HasSPE; } function in class:llvm::PPCSubtarget
H A DPPCRegisterInfo.cpp178 else if (Subtarget.hasSPE())
194 else if (Subtarget.hasSPE())
220 : (Subtarget.hasSPE()
229 : (Subtarget.hasSPE() ? CSR_SVR432_SPE_RegMask
H A DPPCISelDAGToDAG.cpp3806 if (Subtarget->hasSPE()) {
3833 if (Subtarget->hasSPE()) {
3870 bool UseSPE = Subtarget->hasSPE() && VT.isFloatingPoint();
4145 if (Subtarget->hasQPX() || Subtarget->hasSPE())
4177 if (Subtarget->hasSPE() && LHS.getValueType().isFloatingPoint()) {
5083 else if (Subtarget->hasSPE())
5090 else if (Subtarget->hasSPE())
5096 else if (Subtarget->hasSPE())
H A DPPCISelLowering.h669 bool hasSPE() const;
H A DPPCISelLowering.cpp146 if (hasSPE()) {
198 if (!Subtarget.hasSPE()) {
333 if (Subtarget.hasSPE()) {
424 if (Subtarget.hasSPE()) {
545 if (Subtarget.hasSPE()) {
578 if (Subtarget.hasSPE()) {
1433 bool PPCTargetLowering::hasSPE() const { function in class:PPCTargetLowering
1434 return Subtarget.hasSPE();
2452 if (hasSPE() && SelectAddressEVXRegReg(N, Base, Index, DAG))
3717 else if (Subtarget.hasSPE())
[all...]
H A DPPCAsmPrinter.cpp533 if (Subtarget->hasSPE()) {
H A DPPCFrameLowering.cpp2051 unsigned MinVR = Subtarget.hasSPE() ? PPC::S31 : PPC::V31;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h418 bool hasSPE() const { return HasSPE; } function in class:llvm::final

Completed in 200 milliseconds