Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h275 bool hasPrefixInstrs() const { return HasPrefixInstrs; } in hasPrefixInstrs() function
H A DPPCISelLowering.cpp9049 Subtarget.hasPrefixInstrs()) { in LowerBUILD_VECTOR()
9158 if (Subtarget.hasPrefixInstrs() && SplatSize == 2) in LowerBUILD_VECTOR()
9162 if (Subtarget.hasPrefixInstrs() && SplatSize == 4) in LowerBUILD_VECTOR()
9785 if (Subtarget.hasPrefixInstrs()) { in LowerVECTOR_SHUFFLE()
16427 if (Subtarget.hasPrefixInstrs()) { in isFPImmLegal()
17129 if (Subtarget.hasPrefixInstrs()) in computeMOFlags()
H A DPPCInstrPrefix.td841 def PrefixInstrs : Predicate<"Subtarget->hasPrefixInstrs()">;
H A DPPCISelDAGToDAG.cpp1280 if (Subtarget.hasPrefixInstrs() && InstCntDirect != 1) { in selectI64Imm()