Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_psi_ops.cpp129 void psi_ops::unpredicate(node *n) { in unpredicate() function in r600_sb::psi_ops
182 unpredicate(s1->def); in eliminate()
184 unpredicate(s2->def); in eliminate()
Dsb_pass.h448 void unpredicate(node *n);
/external/llvm/lib/Target/ARM/
DARM.td109 // Whether or not it may be profitable to unpredicate certain instructions
114 "Is profitable to unpredicate">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARM.td156 // Whether it is profitable to unpredicate certain instructions during if-conversion
159 "Is profitable to unpredicate">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc272 { "prof-unpr", "Is profitable to unpredicate", { ARM::FeatureProfUnpredicate }, { } },