Home
last modified time | relevance | path

Searched defs:isPred (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp900 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp955 bool isPred = (i < NumOps && MCID.operands()[i].isPredicate()); in ReduceToNarrow() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp948 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1381 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1352 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1510 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()