Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DPPC.cpp50 HasDirectMove = true; in handleTargetFeatures()
664 .Case("direct-move", HasDirectMove) in hasFeature()
H A DPPC.h67 bool HasDirectMove = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td130 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">;
1293 let Predicates = [HasVSX, HasDirectMove] in {
1339 } // HasDirectMove
1343 let Predicates = [HasVSX, IsISA3_0, HasDirectMove] in {
1355 } // HasVSX, IsISA3_0, HasDirectMove
2461 // [HasVSX, HasDirectMove]
2462 // [HasVSX, HasDirectMove, IsBigEndian]
2463 // [HasVSX, HasDirectMove, IsLittleEndian]
2464 // [HasVSX, HasDirectMove, NoP9Altivec, IsBigEndian, IsPPC64]
2465 // [HasVSX, HasDirectMove, NoP9Vector, IsBigEndian, IsPPC64]
[all …]
H A DPPC.td166 SubtargetFeature<"direct-move", "HasDirectMove", "true",
H A DPPCISelLowering.cpp9027 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument
9032 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()