Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterScavenging.cpp150 bool isPred = TII->isPredicated(MI); in forward() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp757 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow() local
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp900 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow() local
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1510 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()