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

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty;
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
  /external/v8/src/compiler/
simd-scalar-lowering.h 54 SimdType ReplacementType(Node* node);
simd-scalar-lowering.cc 235 SimdType rep_type = ReplacementType(node);
461 SimdScalarLowering::SimdType SimdScalarLowering::ReplacementType(Node* node) {
473 if (ReplacementType(node) == type) {
477 if (ReplacementType(node) == SimdType::kInt32 && type == SimdType::kFloat32) {
507 SimdType type = ReplacementType(phi);

Completed in 206 milliseconds