Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp501 if (MCID.hasOptionalDef() && in ReduceSpecial()
628 if (MCID.hasOptionalDef()) { in ReduceTo2Addr()
639 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
647 if (NewMCID.hasOptionalDef()) { in ReduceTo2Addr()
718 if (MCID.hasOptionalDef()) { in ReduceToNarrow()
729 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
737 if (NewMCID.hasOptionalDef()) { in ReduceToNarrow()
DThumb2ITBlockPass.cpp144 if (MCID.hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMFastISel.cpp223 if (!MCID.hasOptionalDef()) in DefinesOptionalPredicate()
DARMBaseInstrInfo.cpp495 if (!MCID.getImplicitDefs() && !MCID.hasOptionalDef()) in DefinesPredicate()
DARMISelLowering.cpp6334 if (!MCID.hasOptionalDef() || !MCID.OpInfo[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp616 if (MCID.hasOptionalDef() && in ReduceSpecial()
766 if (MCID.hasOptionalDef()) { in ReduceTo2Addr()
777 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
785 if (NewMCID.hasOptionalDef()) { in ReduceTo2Addr()
861 if (MCID.hasOptionalDef()) { in ReduceToNarrow()
872 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
880 if (NewMCID.hasOptionalDef()) { in ReduceToNarrow()
DThumb2ITBlockPass.cpp161 if (MI->hasOptionalDef() && in MoveCopyOutOfITBlock()
DARMBaseInstrInfo.cpp1925 if (NewMI->hasOptionalDef()) in optimizeSelect()
2654 if (DefMCID.hasOptionalDef()) { in FoldImmediate()
2664 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
DARMFastISel.cpp223 if (!MI->hasOptionalDef()) in DefinesOptionalPredicate()
DARMISelLowering.cpp8546 if (!MI.hasOptionalDef() || !MCID->OpInfo[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h197 bool hasOptionalDef() const { in hasOptionalDef() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h204 bool hasOptionalDef() const { return Flags & (1 << MCID::HasOptionalDef); } in hasOptionalDef() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp30 hasOptionalDef = false; in CGIOperandList()
97 hasOptionalDef = true; in CGIOperandList()
DCodeGenInstruction.h141 bool hasOptionalDef; variable
DInstrInfoEmitter.cpp290 if (Inst.Operands.hasOptionalDef) OS << "|(1<<MCID::HasOptionalDef)"; in emitRecord()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h141 bool hasOptionalDef; variable
DCodeGenInstruction.cpp30 hasOptionalDef = false; in CGIOperandList()
102 hasOptionalDef = true; in CGIOperandList()
DInstrInfoEmitter.cpp498 if (Inst.Operands.hasOptionalDef) OS << "|(1ULL<<MCID::HasOptionalDef)"; in emitRecord()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4363 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8754 assert(MCID.hasOptionalDef() && in checkTargetMatchPredicate()