Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp172 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
H A DARMBaseInstrInfo.cpp2397 if (NewMI->hasOptionalDef()) in optimizeSelect()
3340 if (DefMCID.hasOptionalDef()) { in FoldImmediate()
3350 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
H A DARMFastISel.cpp246 if (!MI->hasOptionalDef()) in DefinesOptionalPredicate()
H A DARMISelLowering.cpp12292 if (!MI.hasOptionalDef() || !MCID->operands()[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp251 if (MCDesc.hasOptionalDef()) { in verifyOperands()
318 if (MCDesc.hasOptionalDef()) in populateWrites()
392 if (MCDesc.hasOptionalDef()) { in populateWrites()
410 CurrentDef = NumExplicitDefs + NumImplicitDefs + MCDesc.hasOptionalDef(); in populateWrites()
440 if (MCDesc.hasOptionalDef()) in populateReads()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h269 bool hasOptionalDef() const { return Flags & (1ULL << MCID::HasOptionalDef); } in hasOptionalDef() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h161 bool hasOptionalDef; variable
H A DCodeGenInstruction.cpp28 hasOptionalDef = false; in CGIOperandList()
114 hasOptionalDef = true; in CGIOperandList()
H A DInstrInfoEmitter.cpp1153 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h846 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1165 if (!UsedRegs.empty() || !II.implicit_defs().empty() || II.hasOptionalDef()) in EmitMachineNode()
H A DScheduleDAGRRList.cpp1430 if (MCID.hasOptionalDef()) { in DelayForLiveRegsBottomUp()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10752 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()