HomeSort by relevance Sort by last modified time
    Searched refs:isPredicable (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 79 /// the predicate operand that controls an isPredicable() instruction.
305 if (isPredicable()) {
353 // isPredicable - Return true if this instruction has a predicate operand that
357 bool isPredicable() const {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.h 74 virtual bool isPredicable(MachineInstr *MI) const { return true; }
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 81 /// operand that controls an isPredicable() instruction.
264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); }
538 if (isPredicable()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
238 bool isPredicable : 1;
CodeGenInstruction.cpp 29 isPredicable = false;
100 isPredicable = true;
313 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
229 bool isPredicable;
CodeGenInstruction.cpp 29 isPredicable = false;
95 isPredicable = true;
305 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 95 /// operand that controls an isPredicable() instruction.
292 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); }
566 if (isPredicable()) {
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetInstrInfo.cpp 139 if (!MCID.isPredicable())
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 562 /// isPredicable - Return true if the specified instruction can be predicated.
565 virtual bool isPredicable(MachineInstr *MI) const {
566 return MI->getDesc().isPredicable();
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 756 if (!NewMCID.isPredicable())
760 SkipPred = !NewMCID.isPredicable();
852 if (!NewMCID.isPredicable())
856 SkipPred = !NewMCID.isPredicable();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2SizeReduction.cpp 618 if (!NewMCID.isPredicable())
622 SkipPred = !NewMCID.isPredicable();
709 if (!NewMCID.isPredicable())
713 SkipPred = !NewMCID.isPredicable();
767 if (!MCID.isPredicable() && NewMCID.isPredicable())
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 256 bool isPredicable(MachineInstr *MI);
718 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) {
719 if (HII->isPredicated(*MI) || !HII->isPredicable(*MI))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 176 bool isPredicable(MachineInstr &MI) const override;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 245 bool isPredicable(MachineInstr &MI) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 176 bool isPredicable(MachineInstr &MI) const override;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]

Completed in 1458 milliseconds

1 2 3 4