Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp104 Value *hoistAddrSpaceCastFrom(Value *V, int Depth = 0);
148 hoistAddrSpaceCastFrom(GEP->getPointerOperand(), Depth + 1); in hoistAddrSpaceCastFromGEP()
185 Value *NewOperand = hoistAddrSpaceCastFrom(BC->getOperand(0), Depth + 1); in hoistAddrSpaceCastFromBitCast()
220 Value *NVPTXFavorNonGenericAddrSpaces::hoistAddrSpaceCastFrom(Value *V, in hoistAddrSpaceCastFrom() function in NVPTXFavorNonGenericAddrSpaces
245 Value *NewOperand = hoistAddrSpaceCastFrom(MI->getOperand(Idx)); in optimizeMemoryInstruction()