Home
last modified time | relevance | path

Searched refs:X86PartialReduction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp32 class X86PartialReduction : public FunctionPass { class
39 X86PartialReduction() : FunctionPass(ID) { } in X86PartialReduction() function in __anon53aca8a60111::X86PartialReduction
58 return new X86PartialReduction(); in createX86PartialReductionPass()
61 char X86PartialReduction::ID = 0;
63 INITIALIZE_PASS(X86PartialReduction, DEBUG_TYPE,
66 bool X86PartialReduction::tryMAddReplacement(Instruction *Op) { in tryMAddReplacement()
170 bool X86PartialReduction::trySADReplacement(Instruction *Op) { in trySADReplacement()
443 bool X86PartialReduction::runOnFunction(Function &F) { in runOnFunction()
H A DCMakeLists.txt71 X86PartialReduction.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMX86CodeGen/
H A DMakefile51 X86PartialReduction.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn120 "X86PartialReduction.cpp",