HomeSort by: relevance | last modified time | path
    Searched refs:GlobalISel (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMGlobalISel/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/CodeGen/GlobalISel
16 GlobalISel.cpp \
  /src/external/apache2/llvm/bin/lli/
Makefile 24 GlobalISel \
  /src/external/apache2/llvm/bin/bugpoint/
Makefile 63 GlobalISel \
  /src/external/apache2/llvm/bin/llc/
Makefile 59 GlobalISel \
  /src/external/apache2/llvm/bin/llvm-dwp/
Makefile 45 GlobalISel \
  /src/external/apache2/llvm/bin/opt/
Makefile 64 GlobalISel \
  /src/external/apache2/llvm/bin/clang/
Makefile 97 GlobalISel \
  /src/external/apache2/llvm/bin/clang-repl/
Makefile 98 GlobalISel \
  /src/external/apache2/llvm/bin/tblgen/
Makefile 64 .PATH: ${LLVM_SRCDIR}/utils/TableGen/GlobalISel
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 153 // FIXME: remove this after switching to NPM or GlobalISel, whichever gets there
974 enum class SelectorType { SelectionDAG, FastISel, GlobalISel };
982 Selector = SelectorType::GlobalISel;
992 } else if (Selector == SelectorType::GlobalISel) {
1003 // pass manager into two. GlobalISel with the fallback path disabled
1004 // and -run-pass seem to be unaffected. The majority of GlobalISel
1007 if (Selector != SelectorType::GlobalISel || !isGlobalISelAbortEnabled())
1011 if (Selector == SelectorType::GlobalISel) {
1471 /// GlobalISel Configuration
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 255 /// Check whether or not GlobalISel should abort on error.
256 /// When this is disabled, GlobalISel will fall back on SDISel instead of
262 /// Check whether or not a diagnostic should be emitted when GlobalISel
264 /// when GlobalISel failed and isGlobalISelAbortEnabled is false.
325 /// {{@ For GlobalISel
757 enum class SelectorType { SelectionDAG, FastISel, GlobalISel };
767 Selector = SelectorType::GlobalISel;
777 } else if (Selector == SelectorType::GlobalISel) {
783 if (Selector == SelectorType::GlobalISel) {
ISDOpcodes.h 1406 namespace GlobalISel {
1414 } // end namespace GlobalISel
  /src/external/mit/xorg/lib/gallium.old/
Makefile 1066 GlobalISel \
  /src/external/mit/xorg/lib/gallium/
Makefile 1273 GlobalISel \
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 1947 ISD::CondCode NewCC = ISD::GlobalISel::getSetCCInverse(CC, true);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 480 ISD::CondCode ISD::GlobalISel::getSetCCInverse(ISD::CondCode Op,

Completed in 45 milliseconds