Searched refs:HasDirectMove (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 142 bool HasDirectMove; variable 304 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove()
|
| H A D | PPCSubtarget.cpp | 122 HasDirectMove = false; in initializeEnvironment()
|
| H A D | PPCInstrVSX.td | 151 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 D | PPC.td | 158 SubtargetFeature<"direct-move", "HasDirectMove", "true",
|
| H A D | PPCISelLowering.cpp | 8914 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 D | PPC.cpp | 48 HasDirectMove = true; in handleTargetFeatures() 416 .Case("direct-move", HasDirectMove) in hasFeature()
|
| H A D | PPC.h | 67 bool HasDirectMove = false; variable
|