Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGISel.h283 bool TryToFoldFastISelLoad(const LoadInst *LI, const Instruction *FoldInst,
/external/llvm/include/llvm/CodeGen/
DFastISel.h281 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2087 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument
2096 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2098 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2109 if (TheUser != FoldInst) in tryToFoldLoad()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp749 const Instruction *FoldInst, in TryToFoldFastISelLoad() argument
757 while (TheUser != FoldInst && // Scan up until we find FoldInst. in TryToFoldFastISelLoad()
759 TheUser->getParent() == FoldInst->getParent() && in TryToFoldFastISelLoad()
770 if (TheUser != FoldInst) in TryToFoldFastISelLoad()