Home
last modified time | relevance | path

Searched refs:Combo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp288 NfaStateTy Combo = ComboBitToBitsMap[ResourceMask]; in emitForItineraries() local
289 if (Combo && ((~S & Combo) != Combo)) in emitForItineraries()
292 NfaStateTy ResultingResourceState = S | ResourceMask | Combo; in emitForItineraries()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetItinerary.td149 // Combo Function Unit data - This is a map of combo function unit names to
158 // Combo Function Units - This is a list of all combo function unit data.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10122 SDValue Combo = NewLoad; in LowerMLOAD() local
10127 Combo = DAG.getNode(ISD::VSELECT, dl, VT, Mask, NewLoad, PassThru); in LowerMLOAD()
10128 return DAG.getMergeValues({Combo, NewLoad.getValue(1)}, dl); in LowerMLOAD()