Home
last modified time | relevance | path

Searched refs:X86TileConfig (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TileConfig.cpp43 struct X86TileConfig : public MachineFunctionPass { struct
45 X86TileConfig() : MachineFunctionPass(ID) {} in X86TileConfig() argument
71 char X86TileConfig::ID = 0;
73 INITIALIZE_PASS_BEGIN(X86TileConfig, DEBUG_TYPE, "Tile Register Configure",
76 INITIALIZE_PASS_END(X86TileConfig, DEBUG_TYPE, "Tile Register Configure", false, in INITIALIZE_PASS_DEPENDENCY()
79 bool X86TileConfig::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY()
201 FunctionPass *llvm::createX86TileConfigPass() { return new X86TileConfig(); } in createX86TileConfigPass()
H A DCMakeLists.txt41 X86TileConfig.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMX86CodeGen/
H A DMakefile20 X86TileConfig.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn139 "X86TileConfig.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6825 llvm/lib/Target/X86/X86TileConfig.cpp