HomeSort by: relevance | last modified time | path
    Searched defs:IsFast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 2882 bool IsFast;
2889 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) {
2900 if (!IsFast)
2936 bool IsFast;
2944 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) {
2951 if (!IsFast)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 17176 bool IsFast = false;
17185 *FirstInChain->getMemOperand(), &IsFast) &&
17186 IsFast) {
17197 *FirstInChain->getMemOperand(), &IsFast) &&
17198 IsFast) {
17216 *FirstInChain->getMemOperand(), &IsFast) &&
17217 IsFast)
17282 bool IsFast = false;
17290 *FirstInChain->getMemOperand(), &IsFast) &&
17291 IsFast)
    [all...]

Completed in 55 milliseconds