Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp656 if (MCID.hasOptionalDef() && in ReduceSpecial()
816 if (MCID.hasOptionalDef()) { in ReduceTo2Addr()
827 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
835 if (NewMCID.hasOptionalDef()) in ReduceTo2Addr()
908 if (MCID.hasOptionalDef()) { in ReduceToNarrow()
919 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
936 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
941 if (NewMCID.hasOptionalDef()) in ReduceToNarrow()
DThumb2ITBlockPass.cpp172 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMBaseInstrInfo.cpp2358 if (NewMI->hasOptionalDef()) in optimizeSelect()
3282 if (DefMCID.hasOptionalDef()) { in FoldImmediate()
3292 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
DARMFastISel.cpp247 if (!MI->hasOptionalDef()) in DefinesOptionalPredicate()
DARMISelLowering.cpp12004 if (!MI.hasOptionalDef() || !MCID->OpInfo[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
DInstrBuilder.cpp277 if (MCDesc.hasOptionalDef()) { in verifyOperands()
344 if (MCDesc.hasOptionalDef()) in populateWrites()
418 if (MCDesc.hasOptionalDef()) { in populateWrites()
436 CurrentDef = NumExplicitDefs + NumImplicitDefs + MCDesc.hasOptionalDef(); in populateWrites()
466 if (MCDesc.hasOptionalDef()) in populateReads()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h260 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h153 bool hasOptionalDef; variable
DCodeGenInstruction.cpp29 hasOptionalDef = false; in CGIOperandList()
111 hasOptionalDef = true; in CGIOperandList()
DInstrInfoEmitter.cpp970 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h803 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1105 if (!UsedRegs.empty() || II.getImplicitDefs() || II.hasOptionalDef()) in EmitMachineNode()
DScheduleDAGRRList.cpp1413 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10695 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()