Home
last modified time | relevance | path

Searched refs:SubsumesPredicate (Results 1 – 16 of 16) 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/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h126 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DR600InstrInfo.h191 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DAMDGPUInstrInfo.cpp240 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in AMDGPUInstrInfo
DR600InstrInfo.cpp1003 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in R600InstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h216 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DPPCInstrInfo.cpp1297 bool PPCInstrInfo::SubsumesPredicate( in SubsumesPredicate() function in PPCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h148 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DHexagonInstrInfo.cpp1123 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in HexagonInstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h138 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
DARMBaseInstrInfo.cpp481 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h900 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() function
/external/llvm/lib/CodeGen/
DIfConversion.cpp737 if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate)) in FeasibilityAnalysis()
752 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()