Searched refs:GlobalISel (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/clang/llvm-tblgen/
H A DMakefile32 SRCS+= GlobalISel/CodeExpander.cpp
33 SRCS+= GlobalISel/GIMatchDag.cpp
34 SRCS+= GlobalISel/GIMatchDagEdge.cpp
35 SRCS+= GlobalISel/GIMatchDagInstr.cpp
36 SRCS+= GlobalISel/GIMatchDagOperands.cpp
37 SRCS+= GlobalISel/GIMatchDagPredicate.cpp
38 SRCS+= GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
39 SRCS+= GlobalISel/GIMatchTree.cpp
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile213 SRCS_MIN+= CodeGen/GlobalISel/CSEInfo.cpp
214 SRCS_MIN+= CodeGen/GlobalISel/CSEMIRBuilder.cpp
215 SRCS_MIN+= CodeGen/GlobalISel/Combiner.cpp
216 SRCS_MIN+= CodeGen/GlobalISel/CombinerHelper.cpp
217 SRCS_MIN+= CodeGen/GlobalISel/CallLowering.cpp
218 SRCS_MIN+= CodeGen/GlobalISel/GISelChangeObserver.cpp
219 SRCS_MIN+= CodeGen/GlobalISel/GISelKnownBits.cpp
220 SRCS_MIN+= CodeGen/GlobalISel/GlobalISel.cpp
221 SRCS_MIN+= CodeGen/GlobalISel/IRTranslato
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1108 namespace GlobalISel { namespace in namespace:llvm::ISD
1116 } // end namespace GlobalISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp765 enum class SelectorType { SelectionDAG, FastISel, GlobalISel };
773 Selector = SelectorType::GlobalISel;
783 } else if (Selector == SelectorType::GlobalISel) {
789 if (Selector == SelectorType::GlobalISel) {
1224 /// GlobalISel Configuration
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp376 ISD::CondCode ISD::GlobalISel::getSetCCInverse(ISD::CondCode Op,

Completed in 73 milliseconds