Searched refs:lowerInterleavedStore (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 113 bool lowerInterleavedStore(StoreInst *SI, 492 bool InterleavedAccess::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccess 511 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore() 541 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 827 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
|
H A D | X86ISelLowering.h | 1539 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 657 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
H A D | ARMISelLowering.cpp | 21600 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 637 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
H A D | AArch64ISelLowering.cpp | 14541 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2914 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|