Home
last modified time | relevance | path

Searched refs:hasOptionalDef (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp501 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()
DThumb2ITBlockPass.cpp144 if (MCID.hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMFastISel.cpp223 if (!MCID.hasOptionalDef()) in DefinesOptionalPredicate()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp616 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()
DThumb2ITBlockPass.cpp161 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMBaseInstrInfo.cpp1925 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/
DThumb2SizeReduction.cpp646 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()
DThumb2ITBlockPass.cpp178 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMBaseInstrInfo.cpp2126 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/
DInstrBuilder.cpp182 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/
DMCInstrDesc.h197 bool hasOptionalDef() const { in hasOptionalDef() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h204 bool hasOptionalDef() const { return Flags & (1 << MCID::HasOptionalDef); } in hasOptionalDef() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h237 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp30 hasOptionalDef = false; in CGIOperandList()
97 hasOptionalDef = true; in CGIOperandList()
DCodeGenInstruction.h141 bool hasOptionalDef; variable
DInstrInfoEmitter.cpp290 if (Inst.Operands.hasOptionalDef) OS << "|(1<<MCID::HasOptionalDef)"; in emitRecord()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h141 bool hasOptionalDef; variable
DCodeGenInstruction.cpp30 hasOptionalDef = false; in CGIOperandList()
102 hasOptionalDef = true; in CGIOperandList()
DInstrInfoEmitter.cpp498 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h141 bool hasOptionalDef; variable
DCodeGenInstruction.cpp30 hasOptionalDef = false; in CGIOperandList()
103 hasOptionalDef = true; in CGIOperandList()
DInstrInfoEmitter.cpp593 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h471 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1401 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()

12