HomeSort by relevance Sort by last modified time
    Searched refs:tryConvert (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 743 bool tryConvert(MachineBasicBlock *);
873 bool AArch64ConditionalCompares::tryConvert(MachineBasicBlock *MBB) {
911 if (tryConvert(I->getBlock()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 788 bool tryConvert(MachineBasicBlock *);
916 bool AArch64ConditionalCompares::tryConvert(MachineBasicBlock *MBB) {
    [all...]
  /external/bcc/src/cc/vendor/
tinyformat.hpp 177 // Try to convert a T1 to a T2 by plugging into tryConvert
178 static fail tryConvert(...);
179 static succeed tryConvert(const T2&);
183 // Disable spurious loss of precision warnings in tryConvert(makeT1())
188 // Standard trick: the (...) version of tryConvert will be chosen from
193 sizeof(tryConvert(makeT1())) == sizeof(succeed);
    [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]

Completed in 144 milliseconds