Home
last modified time | relevance | path

Searched refs:CR1 (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1108 [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/
DConstantRange.cpp428 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/arch/powerpc/bits/
Dtermios.h69 #define CR1 0010000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h61 #define CR1 0001000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h61 #define CR1 0001000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h61 #define CR1 0001000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h69 #define CR1 0010000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h60 #define CR1 0001000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h60 #define CR1 0001000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h60 #define CR1 0001000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h60 #define CR1 0001000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h60 #define CR1 0001000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h60 #define CR1 0001000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp515 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/
DCodeViewRegisters.def31 #pragma push_macro("CR1")
94 CV_REGISTER(CR1, 81)
362 #pragma pop_macro("CR1")
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs209 pub const CR1: c::c_uint = linux_raw_sys::general::CR1; constant
/third_party/musl/libc-test/src/api/
Dtermios.c56 C(CR1) in f()
/third_party/python/Modules/
Dtermios.c500 #ifdef CR1
501 {"CR1", CR1},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h33 Reg = PPC::CR1; in getCRFromCRBit()
DPPCRegisterInfo.td208 def CR1 : CR<1, "cr1", [CR1LT, CR1GT, CR1EQ, CR1UN]>, DwarfRegNum<[69, 69]>;
368 def CRRC : RegisterClass<"PPC", [i32], 32, (add CR0, CR1, CR5, CR6,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h186 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, \
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs213 pub const CR1: ::tcflag_t = 0x00000200; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenRegisterInfo.inc33 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/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs357 pub const CR1: c::c_uint = c::CR1; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h364 ENTRY(CR1) \

1234