Searched refs:NewExtType (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 750 ISD::LoadExtType NewExtType = in LegalizeLoadOps() local 753 SDValue Result = DAG.getExtLoad(NewExtType, dl, Node->getValueType(0), in LegalizeLoadOps()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 17599 ISD::LoadExtType NewExtType = in PerformSplittingToWideningLoad() local 17615 DAG.getLoad(ISD::UNINDEXED, NewExtType, NewToVT, DL, Ch, NewPtr, Offset, in PerformSplittingToWideningLoad() 18509 ISD::LoadExtType NewExtType = in PerformSplittingMVEEXTToWideningLoad() local 18513 LD->getExtensionType() != NewExtType) in PerformSplittingMVEEXTToWideningLoad() 18539 DAG.getLoad(ISD::UNINDEXED, NewExtType, NewToVT, DL, Ch, NewPtr, Offset, in PerformSplittingMVEEXTToWideningLoad()
|