Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp270 uint64_t SrcMod; member
427 int TypeOrHotness) { in exportToDot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp384 uint64_t SrcMod; member
555 int TypeOrHotness) { in exportToDot()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs964 pub enum SrcMod { enum
973 impl SrcMod { implementation
1010 pub fn fabs(self) -> SrcMod { in fabs()
1019 pub fn fneg(self) -> SrcMod { in fneg()
1029 pub fn ineg(self) -> SrcMod { in ineg()
1037 pub fn bnot(self) -> SrcMod { in bnot()
1045 pub fn modify(self, other: SrcMod) -> SrcMod { in modify()