Home
last modified time | relevance | path

Searched refs:SubsumesPredicate (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h97 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DAMDGPUInstrInfo.h117 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DAMDGPUInstrInfo.cpp214 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in AMDGPUInstrInfo
DR600InstrInfo.cpp447 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in R600InstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600InstrInfo.h97 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DAMDGPUInstrInfo.h117 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DAMDGPUInstrInfo.cpp214 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in AMDGPUInstrInfo
DR600InstrInfo.cpp447 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in R600InstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h132 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DR600InstrInfo.h192 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DAMDGPUInstrInfo.cpp245 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in AMDGPUInstrInfo
DR600InstrInfo.cpp1007 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in R600InstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h207 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DPPCInstrInfo.cpp1198 bool PPCInstrInfo::SubsumesPredicate( in SubsumesPredicate() function in PPCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h142 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DHexagonInstrInfo.cpp1054 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in HexagonInstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h86 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DARMBaseInstrInfo.cpp480 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h714 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function
/external/llvm/lib/CodeGen/
DIfConversion.cpp732 if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate)) in FeasibilityAnalysis()
747 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()