/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 97 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | AMDGPUInstrInfo.h | 117 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | AMDGPUInstrInfo.cpp | 214 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in AMDGPUInstrInfo
|
D | R600InstrInfo.cpp | 447 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in R600InstrInfo
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.h | 126 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | R600InstrInfo.h | 191 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | AMDGPUInstrInfo.cpp | 240 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in AMDGPUInstrInfo
|
D | R600InstrInfo.cpp | 1003 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in R600InstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 216 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | PPCInstrInfo.cpp | 1297 bool PPCInstrInfo::SubsumesPredicate( in SubsumesPredicate() function in PPCInstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 148 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | HexagonInstrInfo.cpp | 1123 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in HexagonInstrInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 138 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | ARMBaseInstrInfo.cpp | 481 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in ARMBaseInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 900 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 737 if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate)) in FeasibilityAnalysis() 752 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()
|