/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1108 [BO, NoWrapKind](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueBinaryOp() argument 1109 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind); in solveBlockValueBinaryOp() 1114 BBLV, BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueBinaryOp() argument 1115 return CR1.binaryOp(BO->getOpcode(), CR2); in solveBlockValueBinaryOp() 1122 [WO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueOverflowIntrinsic() argument 1123 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic() 1132 BBLV, SI, BB, [](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueSaturatingIntrinsic() argument 1133 return CR1.uadd_sat(CR2); in solveBlockValueSaturatingIntrinsic() 1137 BBLV, SI, BB, [](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueSaturatingIntrinsic() argument 1138 return CR1.usub_sat(CR2); in solveBlockValueSaturatingIntrinsic() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 428 const ConstantRange &CR1, const ConstantRange &CR2, in getPreferredRange() argument 431 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange() 432 return CR1; in getPreferredRange() 433 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange() 436 if (!CR1.isSignWrappedSet() && CR2.isSignWrappedSet()) in getPreferredRange() 437 return CR1; in getPreferredRange() 438 if (CR1.isSignWrappedSet() && !CR2.isSignWrappedSet()) in getPreferredRange() 442 if (CR1.isSizeStrictlySmallerThan(CR2)) in getPreferredRange() 443 return CR1; in getPreferredRange()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 60 #define CR1 0001000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 60 #define CR1 0001000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 60 #define CR1 0001000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 61 #define CR1 0001000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 69 #define CR1 0010000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 61 #define CR1 0001000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 60 #define CR1 0001000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 61 #define CR1 0001000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 60 #define CR1 0001000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 69 #define CR1 0010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 60 #define CR1 0001000 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 56 C(CR1) in f()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 515 ConstantRange CR1 = in widenCondCommon() local 527 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon() 528 auto SupersetIntersect = CR0.intersectWith(CR1); in widenCondCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRegisters.def | 31 #pragma push_macro("CR1") 94 CV_REGISTER(CR1, 81) 362 #pragma pop_macro("CR1")
|
/third_party/python/Modules/ |
D | termios.c | 500 #ifdef CR1 501 {"CR1", CR1},
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 33 Reg = PPC::CR1; in getCRFromCRBit()
|
D | PPCRegisterInfo.td | 208 def CR1 : CR<1, "cr1", [CR1LT, CR1GT, CR1EQ, CR1UN]>, DwarfRegNum<[69, 69]>; 368 def CRRC : RegisterClass<"PPC", [i32], 32, (add CR0, CR1, CR5, CR6,
|
D | PPCInstr64Bit.td | 1139 Defs = [X0,X4,X5,X6,X7,X8,X9,X10,X11,X12,LR8,CTR8,CR0,CR1,CR5,CR6,CR7] in 1148 Defs = [X0,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,LR8,CTR8,CR0,CR1,CR5,CR6,CR7] 1171 Defs = [X0,X4,X5,X6,X7,X8,X9,X10,X11,X12,LR8,CTR8,CR0,CR1,CR5,CR6,CR7] in 1180 Defs = [X0,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,LR8,CTR8,CR0,CR1,CR5,CR6,CR7]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.h | 186 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, \
|
D | PPCInstPrinter.cpp | 432 case PPC::CR1: RegNo = 1; break; in printcrbitm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenRegisterInfo.inc | 33 CR1 = 13, 1396 PPC::CR0, PPC::CR1, PPC::CR5, PPC::CR6, PPC::CR7, PPC::CR2, PPC::CR3, PPC::CR4, 1813 { 69U, PPC::CR1 }, 1958 { 69U, PPC::CR1 }, 2101 { 69U, PPC::CR1 }, 2246 { 69U, PPC::CR1 }, 2330 { PPC::CR1, 69U }, 2605 { PPC::CR1, 69U }, 2883 { PPC::CR1, 69U }, 3158 { PPC::CR1, 69U }, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.h | 364 ENTRY(CR1) \
|
/third_party/toybox/toys/pending/ |
D | stty.c | 104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
|