Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp646 if (MCID.hasOptionalDef() && in ReduceSpecial()
806 if (MCID.hasOptionalDef()) { in ReduceTo2Addr()
817 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
825 if (NewMCID.hasOptionalDef()) in ReduceTo2Addr()
898 if (MCID.hasOptionalDef()) { in ReduceToNarrow()
909 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
926 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
931 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
DThumb2ITBlockPass.cpp172 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMBaseInstrInfo.cpp2270 if (NewMI->hasOptionalDef()) in optimizeSelect()
3194 if (DefMCID.hasOptionalDef()) { in FoldImmediate()
3204 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
DARMFastISel.cpp251 if (!MI->hasOptionalDef()) in DefinesOptionalPredicate()
DARMISelLowering.cpp10917 if (!MI.hasOptionalDef() || !MCID->OpInfo[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp233 if (MCDesc.hasOptionalDef()) { in verifyOperands()
299 if (MCDesc.hasOptionalDef()) in populateWrites()
367 if (MCDesc.hasOptionalDef()) { in populateWrites()
393 CurrentDef = NumExplicitDefs + NumImplicitDefs + MCDesc.hasOptionalDef(); in populateWrites()
423 if (MCDesc.hasOptionalDef()) in populateReads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h267 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h662 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp970 if (!UsedRegs.empty() || II.getImplicitDefs() || II.hasOptionalDef()) in EmitMachineNode()
DScheduleDAGRRList.cpp1413 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10240 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()