Home
last modified time | relevance | path

Searched refs:hasPrefixInstrs (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h277 bool hasPrefixInstrs() const { return HasPrefixInstrs; } in hasPrefixInstrs() function
H A DPPCRegisterInfo.cpp1441 Subtarget.hasPrefixInstrs()) { in eliminateFrameIndex()
H A DPPCISelLowering.cpp9093 Subtarget.hasPrefixInstrs()) { in LowerBUILD_VECTOR()
9202 if (Subtarget.hasPrefixInstrs() && SplatSize == 2) in LowerBUILD_VECTOR()
9206 if (Subtarget.hasPrefixInstrs() && SplatSize == 4) in LowerBUILD_VECTOR()
9829 if (Subtarget.hasPrefixInstrs()) { in LowerVECTOR_SHUFFLE()
16550 if (Subtarget.hasPrefixInstrs()) { in isFPImmLegal()
17250 if (Subtarget.hasPrefixInstrs()) in computeMOFlags()
H A DPPCInstrPrefix.td841 def PrefixInstrs : Predicate<"Subtarget->hasPrefixInstrs()">;
H A DPPCISelDAGToDAG.cpp1276 if (Subtarget.hasPrefixInstrs() && InstCntDirect != 1) { in selectI64Imm()