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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 547 /// isPredicated - Returns true if the instruction is already predicated.
549 virtual bool isPredicated(const MachineInstr *MI) const {
    [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 113 bool PTXInstrInfo::isPredicated(const MachineInstr *MI) const {
119 return !isPredicated(MI) && MI->isTerminator();
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 149 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 657 bool isPredicated = TII->isPredicated(I);
661 if (!isPredicated) {
678 if (BBI.ClobbersPred && !isPredicated) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 440 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const {
    [all...]

Completed in 291 milliseconds