HomeSort by relevance Sort by last modified time
    Searched defs:SDLoc (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 838 /// So SDLoc class provides two constructors besides the default one, one to
840 class SDLoc {
846 SDLoc() = default;
847 SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
848 SDLoc(const SDValue V) : SDLoc(V.getNode()) {}
849 SDLoc(const Instruction *I, int Order) : IROrder(Order) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 923 /// So SDLoc class provides two constructors besides the default one, one to
925 class SDLoc {
931 SDLoc() = default;
932 SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
933 SDLoc(const SDValue V) : SDLoc(V.getNode()) {}
934 SDLoc(const Instruction *I, int Order) : IROrder(Order) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 923 /// So SDLoc class provides two constructors besides the default one, one to
925 class SDLoc {
931 SDLoc() = default;
932 SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
933 SDLoc(const SDValue V) : SDLoc(V.getNode()) {}
934 SDLoc(const Instruction *I, int Order) : IROrder(Order) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 471 milliseconds