Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86TileConfig.cpp43 struct X86TileConfig : public MachineFunctionPass { struct
45 X86TileConfig() : MachineFunctionPass(ID) {} in X86TileConfig() function
48 StringRef getPassName() const override { return "Tile Register Configure"; } in getPassName()
51 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
61 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
66 static char ID;