Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h143 bool HasDirectMove; variable
307 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove()
H A DPPCSubtarget.cpp123 HasDirectMove = false; in initializeEnvironment()
H A DPPCInstrVSX.td1299 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 DPPC.td158 SubtargetFeature<"direct-move", "HasDirectMove", "true",
H A DPPCISelLowering.cpp8958 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 DPPC.cpp48 HasDirectMove = true; in handleTargetFeatures()
595 .Case("direct-move", HasDirectMove) in hasFeature()
H A DPPC.h67 bool HasDirectMove = false; variable