Home
last modified time | relevance | path

Searched refs:LegalizeAction (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h45 enum LegalizeAction : std::uint8_t { enum
96 raw_ostream &operator<<(raw_ostream &OS, LegalizeActions::LegalizeAction Action);
98 using LegalizeActions::LegalizeAction;
149 LegalizeAction Action;
155 LegalizeActionStep(LegalizeAction Action, unsigned TypeIdx, in LegalizeActionStep()
295 LegalizeAction Action;
299 LegalizeRule(LegalityPredicate Predicate, LegalizeAction Action,
308 LegalizeAction getAction() const { return Action; } in getAction()
376 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf()
383 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp45 raw_ostream &llvm::operator<<(raw_ostream &OS, LegalizeAction Action) { in operator <<()
187 return {LegalizeAction::UseLegacyRules, 0, LLT{}}; in apply()
203 return {LegalizeAction::Unsupported, 0, LLT{}}; in apply()
303 const LegalizeAction Action = LLT2Action.second; in computeTables()
380 std::pair<LegalizeAction, LLT>
460 if (Step.Action != LegalizeAction::UseLegacyRules) { in getAction()
530 const SizeAndActionsVec &v, LegalizeAction IncreaseAction, in increaseToLargerTypesAndDecreaseToLargest()
531 LegalizeAction DecreaseAction) { in increaseToLargerTypesAndDecreaseToLargest()
550 const SizeAndActionsVec &v, LegalizeAction DecreaseAction, in decreaseToSmallerTypesAndIncreaseToSmallest()
551 LegalizeAction IncreaseAction) { in decreaseToSmallerTypesAndIncreaseToSmallest()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h115 enum LegalizeAction : uint8_t { enum
902 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { in getOperationAction()
922 LegalizeAction getFixedPointOperationAction(unsigned Op, EVT VT, in getFixedPointOperationAction()
949 LegalizeAction getStrictFPOperationAction(unsigned Op, EVT VT) const { in getStrictFPOperationAction()
1064 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction()
1072 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
1090 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction()
1116 LegalizeAction getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction()
1130 LegalizeAction getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction()
1144 LegalizeAction getIndexedMaskedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedMaskedLoadAction()
[all …]
DBasicTTIImpl.h897 TargetLowering::LegalizeAction LA = TargetLowering::Expand;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h843 void addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action);
DARMISelLowering.cpp247 LegalizeAction Action) { in addAllExtLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp330 TargetLowering::LegalizeAction Action = TargetLowering::Legal; in LegalizeOp()
DLegalizeIntegerTypes.cpp834 TargetLowering::LegalizeAction Action = in PromoteIntRes_DIVFIX()
3340 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift()
DLegalizeDAG.cpp982 TargetLowering::LegalizeAction Action = TargetLowering::Legal; in LegalizeOp()
DSelectionDAGBuilder.cpp5490 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( in expandDivFix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp371 auto setFP16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action, in NVPTXTargetLowering()
372 LegalizeAction NoF16Action) { in NVPTXTargetLowering()