Home
last modified time | relevance | path

Searched refs:NarrowVT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3063 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_LOAD_OP() local
3065 if (NarrowVT == WideVT) in lowerATOMIC_LOAD_OP()
3068 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP()
3116 NarrowVT, MMO); in lowerATOMIC_LOAD_OP()
3173 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_CMP_SWAP() local
3175 if (NarrowVT == WideVT) in lowerATOMIC_CMP_SWAP()
3178 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP()
3207 VTList, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25262 EVT NarrowVT = Narrow->getValueType(0); in WidenMaskArithmetic() local
25263 if (!NarrowVT.is128BitVector()) in WidenMaskArithmetic()
25315 unsigned InBits = NarrowVT.getScalarSizeInBits(); in WidenMaskArithmetic()
25323 Op, DAG.getValueType(NarrowVT)); in WidenMaskArithmetic()