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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 153 /// api_pred_ty - This helper class is used to match scalar and vector constants
156 struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
158 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
191 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
199 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; }
207 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 218 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
220 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
265 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; }
273 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
280 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 231 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
233 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
278 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; }
286 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
293 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 241 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
244 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
280 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
290 inline api_pred_ty<is_sign_mask> m_SignMask(const APInt *&V) { return V; }
298 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
305 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 241 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
244 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
280 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
290 inline api_pred_ty<is_sign_mask> m_SignMask(const APInt *&V) { return V; }
298 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
305 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 231 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
233 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
278 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; }
286 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
293 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 241 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
244 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
280 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
290 inline api_pred_ty<is_sign_mask> m_SignMask(const APInt *&V) { return V; }
298 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
305 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 241 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
244 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
270 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
280 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
290 inline api_pred_ty<is_sign_mask> m_SignMask(const APInt *&V) { return V; }
298 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
305 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 302 template <typename Predicate> struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
305 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
331 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
338 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; }
    [all...]

Completed in 2045 milliseconds