OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasDirectMove
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h
142
bool
HasDirectMove
;
304
bool
hasDirectMove
() const { return
HasDirectMove
; }
PPCSubtarget.cpp
122
HasDirectMove
= false;
PPCISelLowering.cpp
503
if (Subtarget.
hasDirectMove
() && isPPC64) {
945
if (Subtarget.
hasDirectMove
() && isPPC64) {
1080
if (Subtarget.
hasDirectMove
())
8138
if (Subtarget.
hasDirectMove
() && Subtarget.isPPC64())
8428
if (Subtarget.
hasDirectMove
() && directMoveIsProfitable(Op) &&
8904
/// \param
HasDirectMove
- does this subtarget have VSR <-> GPR direct moves?
8914
bool
HasDirectMove
,
8919
(
HasDirectMove
&& (VecVT == MVT::v2i64 || VecVT == MVT::v4i32));
9131
haveEfficientBuildVectorPattern(BVN, Subtarget.
hasDirectMove
(),
12478
if (Subtarget.
hasDirectMove
()) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
PPC.cpp
48
HasDirectMove
= true;
416
.Case("direct-move",
HasDirectMove
)
PPC.h
67
bool
HasDirectMove
= false;
Completed in 23 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026