Searched defs:StVT (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeVectorOps.cpp | 297 EVT StVT = ST->getMemoryVT(); LegalizeOp() local |
H A D | LegalizeVectorTypes.cpp | 6786 EVT StVT = StVal.getValueType(); WidenVecOp_STORE() local |
H A D | LegalizeDAG.cpp | 534 TypeSize StWidth = StVT.getSizeInBits(); in LegalizeStoreOps() local |
H A D | TargetLowering.cpp | 9647 EVT StVT = ST->getMemoryVT(); scalarizeVectorStore() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 24755 MVT StVT = Subtarget.is64Bit() && StoreVT.isInteger() ? MVT::i64 : MVT::f64; LowerStore() local |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 16574 EVT StVT = St->getMemoryVT(); PerformTruncatingStoreCombine() local |