Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.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()
H A DThumb2ITBlockPass.cpp171 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
H A DARMBaseInstrInfo.cpp2384 if (NewMI->hasOptionalDef()) in optimizeSelect()
3328 if (DefMCID.hasOptionalDef()) { in foldImmediate()
3338 if (UseMCID.hasOptionalDef()) { in foldImmediate()
H A DARMFastISel.cpp246 if (!MI->hasOptionalDef()) in DefinesOptionalPredicate()
H A DARMISelLowering.cpp12458 if (!MI.hasOptionalDef() || !MCID->operands()[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h265 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h157 bool hasOptionalDef; variable
H A DCodeGenInstruction.cpp27 hasOptionalDef = false; in CGIOperandList()
113 hasOptionalDef = true; in CGIOperandList()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h924 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1262 if (Inst.Operands.hasOptionalDef) in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1202 if (!UsedRegs.empty() || !II.implicit_defs().empty() || II.hasOptionalDef()) in EmitMachineNode()
H A DScheduleDAGRRList.cpp1423 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11119 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()