Searched defs:isPredicated (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp209 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:AMDGPUInstrInfo
H A DR600InstrInfo.cpp207 if(!isPredicated(LastInst)) {
231 isPredicated(SecondLastInst) &&
233 !isPredicated(LastInst)) {
314 if (isPredicated(I)) {
332 if (isPredicated(I)) {
343 R600InstrInfo::isPredicated(const MachineInstr *MI) const function in class:R600InstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp209 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:AMDGPUInstrInfo
H A DR600InstrInfo.cpp207 if(!isPredicated(LastInst)) {
231 isPredicated(SecondLastInst) &&
233 !isPredicated(LastInst)) {
314 if (isPredicated(I)) {
332 if (isPredicated(I)) {
343 R600InstrInfo::isPredicated(const MachineInstr *MI) const function in class:R600InstrInfo
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp240 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:AMDGPUInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h695 /// isPredicated - Returns true if the instruction is already predicated.
697 virtual bool isPredicated(const MachineInstr *MI) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp677 bool isPredicated = TII->isPredicated(I); local
684 if (!isPredicated) {
699 if (BBI.ClobbersPred && !isPredicated) {
1534 if (I->isDebugValue() || TII->isPredicated(I))
1590 if (!TII->isPredicated(I) && !MI->isDebugValue()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp150 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
982 bool HexagonInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:HexagonInstrInfo
988 bool HexagonInstrInfo::isPredicated(unsigned Opcode) const { function in class:HexagonInstrInfo
997 assert(isPredicated(MI));
1014 assert(isPredicated(MI));
1021 assert(isPredicated(Opcode));
1525 (isPredicated(MI) && isPredicatedNew(MI)));
1539 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1083 bool PPCInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:PPCInstrInfo
1102 return !isPredicated(MI);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h632 inline bool isPredicated() const { return predSrc >= 0; } function in class:nv50_ir::Instruction
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp290 while (isPredicated(I) || I->isTerminator() || I->isDebugValue()) {
323 CantAnalyze = !isPredicated(I);
331 if (!isPredicated(I) &&
441 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:ARMBaseInstrInfo
2264 if (!isSuitableForMask(MI, SrcReg, CmpMask, false) || isPredicated(MI)) {
2272 isPredicated(PotentialAND))
2339 if (isPredicated(MI))
2475 assert(!isPredicated(MI) && "Can't use flags from predicated instruction");
3975 if (MI->getOpcode() == ARM::VMOVD && !isPredicated(MI))
3980 if (Subtarget.isCortexA9() && !isPredicated(M
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h632 inline bool isPredicated() const { return predSrc >= 0; } function in class:nv50_ir::Instruction

Completed in 1431 milliseconds