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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 369 /// materializeRegForValue - Helper for getRegForVale. This function is
372 unsigned materializeRegForValue(const Value *V, MVT VT);
  /external/llvm/include/llvm/CodeGen/
FastISel.h 552 /// \brief Helper for materializeRegForValue to materialize a constant in a
559 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 520 /// \brief Helper for materializeRegForValue to materialize a constant in a
527 unsigned materializeRegForValue(const Value *V, MVT VT);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 149 Reg = materializeRegForValue(V, VT);
156 /// materializeRegForValue - Helper for getRegForValue. This function is
159 unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 204 Reg = materializeRegForValue(V, VT);
267 unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
    [all...]

Completed in 911 milliseconds