HomeSort by: relevance | last modified time | path
    Searched refs:hasDirectMove (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 142 bool HasDirectMove;
304 bool hasDirectMove() const { return HasDirectMove; }
PPCTargetTransformInfo.cpp 1083 } else if (ST->hasDirectMove())
PPCISelLowering.cpp 503 if (Subtarget.hasDirectMove() && isPPC64) {
945 if (Subtarget.hasDirectMove() && isPPC64) {
1080 if (Subtarget.hasDirectMove())
8138 if (Subtarget.hasDirectMove() && Subtarget.isPPC64())
8428 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) &&
8904 /// \param HasDirectMove - does this subtarget have VSR <-> GPR direct moves?
8914 bool HasDirectMove,
8919 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32));
9131 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(),
12478 if (Subtarget.hasDirectMove()) {
    [all...]
PPCInstrInfo.cpp 1742 assert(Subtarget.hasDirectMove() &&
1750 assert(Subtarget.hasDirectMove() &&

Completed in 32 milliseconds