Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp104 auto FoundIt = CpuTable.find(CPUString); in initializeSubtargetDependencies() local
105 if (FoundIt != CpuTable.end()) in initializeSubtargetDependencies()
106 HexagonArchVersion = FoundIt->second; in initializeSubtargetDependencies()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterEmitter.cpp130 bool FoundIt = false; in FindUniqueOperandCommands() local
136 FoundIt = true; in FindUniqueOperandCommands()
139 if (!FoundIt) { in FindUniqueOperandCommands()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp68 bool FoundIt = false; in RemoveVRSaveCode() local
73 FoundIt = true; in RemoveVRSaveCode()
77 RemovedAllMTVRSAVEs &= FoundIt; in RemoveVRSaveCode()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp272 bool FoundIt = false; in RemoveVRSaveCode() local
277 FoundIt = true; in RemoveVRSaveCode()
281 RemovedAllMTVRSAVEs &= FoundIt; in RemoveVRSaveCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp292 bool FoundIt = false; in RemoveVRSaveCode() local
297 FoundIt = true; in RemoveVRSaveCode()
301 RemovedAllMTVRSAVEs &= FoundIt; in RemoveVRSaveCode()