Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp270 uint64_t SrcMod; member
427 int TypeOrHotness) { in exportToDot()
/third_party/mesa3d/src/nouveau/compiler/nak/
Dir.rs966 pub enum SrcMod { enum
975 impl SrcMod { impl
1012 pub fn fabs(self) -> SrcMod { in fabs()
1021 pub fn fneg(self) -> SrcMod { in fneg()
1031 pub fn ineg(self) -> SrcMod { in ineg()
1039 pub fn bnot(self) -> SrcMod { in bnot()
1047 pub fn modify(self, other: SrcMod) -> SrcMod { in modify()