/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 501 if (MCID.hasOptionalDef() && in ReduceSpecial() 628 if (MCID.hasOptionalDef()) { in ReduceTo2Addr() 639 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr() 647 if (NewMCID.hasOptionalDef()) { in ReduceTo2Addr() 718 if (MCID.hasOptionalDef()) { in ReduceToNarrow() 729 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow() 737 if (NewMCID.hasOptionalDef()) { in ReduceToNarrow()
|
D | Thumb2ITBlockPass.cpp | 144 if (MCID.hasOptionalDef() && in MoveCopyOutOfITBlock()
|
D | ARMFastISel.cpp | 223 if (!MCID.hasOptionalDef()) in DefinesOptionalPredicate()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 616 if (MCID.hasOptionalDef() && in ReduceSpecial() 766 if (MCID.hasOptionalDef()) { in ReduceTo2Addr() 777 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr() 785 if (NewMCID.hasOptionalDef()) { in ReduceTo2Addr() 861 if (MCID.hasOptionalDef()) { in ReduceToNarrow() 872 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow() 880 if (NewMCID.hasOptionalDef()) { in ReduceToNarrow()
|
D | Thumb2ITBlockPass.cpp | 161 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
|
D | ARMBaseInstrInfo.cpp | 1925 if (NewMI->hasOptionalDef()) in optimizeSelect() 2654 if (DefMCID.hasOptionalDef()) { in FoldImmediate() 2664 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 646 if (MCID.hasOptionalDef() && in ReduceSpecial() 796 if (MCID.hasOptionalDef()) { in ReduceTo2Addr() 807 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr() 815 if (NewMCID.hasOptionalDef()) in ReduceTo2Addr() 888 if (MCID.hasOptionalDef()) { in ReduceToNarrow() 899 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow() 907 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
|
D | Thumb2ITBlockPass.cpp | 178 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
|
D | ARMBaseInstrInfo.cpp | 2126 if (NewMI->hasOptionalDef()) in optimizeSelect() 2987 if (DefMCID.hasOptionalDef()) { in FoldImmediate() 2997 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | InstrBuilder.cpp | 182 if (MCDesc.hasOptionalDef()) in populateWrites() 251 if (MCDesc.hasOptionalDef()) { in populateWrites() 289 if (MCDesc.hasOptionalDef()) { in populateReads()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 197 bool hasOptionalDef() const { in hasOptionalDef() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 204 bool hasOptionalDef() const { return Flags & (1 << MCID::HasOptionalDef); } in hasOptionalDef() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 237 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 30 hasOptionalDef = false; in CGIOperandList() 97 hasOptionalDef = true; in CGIOperandList()
|
D | CodeGenInstruction.h | 141 bool hasOptionalDef; variable
|
D | InstrInfoEmitter.cpp | 290 if (Inst.Operands.hasOptionalDef) OS << "|(1<<MCID::HasOptionalDef)"; in emitRecord()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 141 bool hasOptionalDef; variable
|
D | CodeGenInstruction.cpp | 30 hasOptionalDef = false; in CGIOperandList() 102 hasOptionalDef = true; in CGIOperandList()
|
D | InstrInfoEmitter.cpp | 498 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 141 bool hasOptionalDef; variable
|
D | CodeGenInstruction.cpp | 30 hasOptionalDef = false; in CGIOperandList() 103 hasOptionalDef = true; in CGIOperandList()
|
D | InstrInfoEmitter.cpp | 593 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 471 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1401 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()
|