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

1 2

  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 616 if (MCID.hasOptionalDef() &&
766 if (MCID.hasOptionalDef()) {
777 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
785 if (NewMCID.hasOptionalDef()) {
861 if (MCID.hasOptionalDef()) {
872 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
880 if (NewMCID.hasOptionalDef()) {
    [all...]
Thumb2ITBlockPass.cpp 161 if (MI->hasOptionalDef() &&
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2SizeReduction.cpp 501 if (MCID.hasOptionalDef() &&
628 if (MCID.hasOptionalDef()) {
639 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
647 if (NewMCID.hasOptionalDef()) {
718 if (MCID.hasOptionalDef()) {
729 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
737 if (NewMCID.hasOptionalDef()) {
Thumb2ITBlockPass.cpp 144 if (MCID.hasOptionalDef() &&
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 99 HasOptionalDef,
195 /// hasOptionalDef - Set if this instruction has an optional definition, e.g.
197 bool hasOptionalDef() const {
198 return Flags & (1 << MCID::HasOptionalDef);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 99 HasOptionalDef,
204 bool hasOptionalDef() const { return Flags & (1 << MCID::HasOptionalDef); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 141 bool hasOptionalDef;
CodeGenInstruction.cpp 30 hasOptionalDef = false;
102 hasOptionalDef = true;
InstrInfoEmitter.cpp 498 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 141 bool hasOptionalDef;
CodeGenInstruction.cpp 30 hasOptionalDef = false;
97 hasOptionalDef = true;
InstrInfoEmitter.cpp 290 if (Inst.Operands.hasOptionalDef) OS << "|(1<<MCID::HasOptionalDef)";
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 123 HasOptionalDef,
229 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
424 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
411 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
411 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
411 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
411 return hasProperty(MCID::HasOptionalDef, Type);
    [all...]

Completed in 1155 milliseconds

1 2