Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDThumb2SizeReduction.cpp654 if (MCID.hasOptionalDef() && in ReduceSpecial()
814 if (MCID.hasOptionalDef()) { in ReduceTo2Addr()
825 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
833 if (NewMCID.hasOptionalDef()) in ReduceTo2Addr()
905 if (MCID.hasOptionalDef()) { in ReduceToNarrow()
916 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
933 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
938 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
HDThumb2ITBlockPass.cpp171 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
HDARMBaseInstrInfo.cpp2384 if (NewMI->hasOptionalDef()) in optimizeSelect()
3328 if (DefMCID.hasOptionalDef()) { in foldImmediate()
3338 if (UseMCID.hasOptionalDef()) { in foldImmediate()
HDARMFastISel.cpp246 if (!MI->hasOptionalDef()) in DefinesOptionalPredicate()
HDARMISelLowering.cpp12458 if (!MI.hasOptionalDef() || !MCID->operands()[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
HDInstrBuilder.cpp254 if (MCDesc.hasOptionalDef()) { in verifyOperands()
321 if (MCDesc.hasOptionalDef()) in populateWrites()
399 if (MCDesc.hasOptionalDef()) { in populateWrites()
417 CurrentDef = NumExplicitDefs + NumImplicitDefs + MCDesc.hasOptionalDef(); in populateWrites()
449 if (MCDesc.hasOptionalDef()) in populateReads()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h265 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenInstruction.h157 bool hasOptionalDef; variable
HDCodeGenInstruction.cpp27 hasOptionalDef = false; in CGIOperandList()
113 hasOptionalDef = true; in CGIOperandList()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDInstrInfoEmitter.cpp1262 if (Inst.Operands.hasOptionalDef) in emitRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h924 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp1202 if (!UsedRegs.empty() || !II.implicit_defs().empty() || II.hasOptionalDef()) in EmitMachineNode()
HDScheduleDAGRRList.cpp1423 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp11119 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()