Searched refs:HasDirectMove (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 143 bool HasDirectMove; variable 307 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove()
|
| H A D | PPCSubtarget.cpp | 123 HasDirectMove = false; in initializeEnvironment()
|
| H A D | PPCInstrVSX.td | 1299 let Predicates = [HasVSX, HasDirectMove] in { 1345 } // HasDirectMove 1361 } // HasVSX, IsISA3_0, HasDirectMove 2465 // [HasVSX, HasDirectMove] 2466 // [HasVSX, HasDirectMove, IsBigEndian] 2467 // [HasVSX, HasDirectMove, IsLittleEndian] 2481 // [HasVSX, IsISA3_0, HasDirectMove, IsLittleEndian] 3488 let Predicates = [HasVSX, HasDirectMove] in { 3539 } // HasVSX, HasDirectMove 3566 } // HasVSX, HasDirectMove, IsBigEndian [all …]
|
| H A D | PPC.td | 158 SubtargetFeature<"direct-move", "HasDirectMove", "true",
|
| H A D | PPCISelLowering.cpp | 8958 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument 8963 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 48 HasDirectMove = true; in handleTargetFeatures() 595 .Case("direct-move", HasDirectMove) in hasFeature()
|
| H A D | PPC.h | 67 bool HasDirectMove = false; variable
|