Home
last modified time | relevance | path

Searched refs:HasDirectMove (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h142 bool HasDirectMove; variable
304 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove()
H A DPPCSubtarget.cpp122 HasDirectMove = false; in initializeEnvironment()
H A DPPCInstrVSX.td151 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">;
1299 let Predicates = [HasVSX, HasDirectMove] in {
1345 } // HasDirectMove
1349 let Predicates = [HasVSX, IsISA3_0, HasDirectMove] in {
1361 } // HasVSX, IsISA3_0, HasDirectMove
2465 // [HasVSX, HasDirectMove]
2466 // [HasVSX, HasDirectMove, IsBigEndian]
2467 // [HasVSX, HasDirectMove, IsLittleEndian]
2468 // [HasVSX, HasDirectMove, NoP9Altivec, IsBigEndian, IsPPC64]
2469 // [HasVSX, HasDirectMove, NoP9Vector, IsBigEndian, IsPPC64]
[all …]
H A DPPC.td158 SubtargetFeature<"direct-move", "HasDirectMove", "true",
H A DPPCISelLowering.cpp8914 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument
8919 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp48 HasDirectMove = true; in handleTargetFeatures()
416 .Case("direct-move", HasDirectMove) in hasFeature()
H A DPPC.h67 bool HasDirectMove = false; variable