HomeSort by relevance Sort by last modified time
    Searched defs:isPredicated (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 209 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const {
R600InstrInfo.cpp 207 if(!isPredicated(LastInst)) {
231 isPredicated(SecondLastInst) &&
233 !isPredicated(LastInst)) {
314 if (isPredicated(I)) {
332 if (isPredicated(I)) {
343 R600InstrInfo::isPredicated(const MachineInstr *MI) const
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.cpp 228 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const {
R600InstrInfo.cpp 880 R600InstrInfo::isPredicated(const MachineInstr *MI) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 495 bool HexagonMCInstrInfo::isPredicated(MCInstrInfo const &MCII,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 681 bool isPredicated = TII->isPredicated(I);
688 if (!isPredicated) {
703 if (BBI.ClobbersPred && !isPredicated) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 292 while (isPredicated(I) || I->isTerminator() || I->isDebugValue()) {
325 CantAnalyze = !isPredicated(I);
333 if (!isPredicated(I) &&
441 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 503 if (Term != MBB.end() && isPredicated(Term) &&
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 632 inline bool isPredicated() const { return predSrc >= 0; }

Completed in 1694 milliseconds