Home
last modified time | relevance | path

Searched refs:O1 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp886 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument
888 const Function *F1 = getParent(O1); in notDifferentParent()
1566 const Value *O1 = getUnderlyingObject(V1, MaxLookupSearchDepth); in aliasCheck() local
1571 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck()
1578 if (O1 != O2) { in aliasCheck()
1580 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1585 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck()
1586 (isa<Argument>(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck()
1598 if (isEscapeSource(O1) && AAQI.CI->isNotCapturedBefore( in aliasCheck()
1599 O2, dyn_cast<Instruction>(O1), /*OrAt*/ true)) in aliasCheck()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp16 const OptimizationLevel OptimizationLevel::O1 = { member in OptimizationLevel
H A DPassRegistry.def505 parseFunctionSimplificationPipelineOptions, "O1;O2;O3;Os;Oz")
528 "O0;O1;O2;O3;full-unroll-max=N;no-partial;partial;no-peeling;peeling;"
/freebsd/contrib/ntp/sntp/harden/
H A Dlinux2 NTP_HARD_CFLAGS="-fPIE -fPIC -fstack-protector-all -O1"
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href-family-pinctrl.dtsi129 "GPIO167_B24", /* O1 */
155 "GPIO167_B24", /* O1 */
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h57 static const OptimizationLevel O1; variable
/freebsd/tools/tools/zfsboottest/
H A DMakefile11 CFLAGS= -O1 \
/freebsd/tools/test/stress2/misc/
H A Dnewfs6.sh43 for opt in -O1 -O2 -U -j; do
H A Dnewfs.sh53 for opt in -O1 -O2 -U -j; do
H A Dsetrlimit.sh161 newfs -O1 /dev/md$mdstart > /dev/null
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h63 inline HazardType CheckOffsets(unsigned O0, unsigned O1);
H A DARMHazardRecognizer.cpp179 ARMBankConflictHazardRecognizer::CheckOffsets(unsigned O0, unsigned O1) { in CheckOffsets() argument
180 return (((O0 ^ O1) & DataMask) != 0) ? NoHazard : Hazard; in CheckOffsets()
/freebsd/libexec/getty/
H A Dgettytab.h131 #define O1 gettynums[23].value macro
H A Dsubr.c251 tmode.c_oflag = O1; in set_flags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h147 AAQueryInfo &AAQI, const Value *O1,
/freebsd/contrib/one-true-awk/
H A Dmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd/tools/tools/build_option_survey/
H A Doption_survey.sh51 newfs -O1 -U -b 4096 -f 512 /dev/md$MDUNIT
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td151 def O1 : Ri< 9, "o1">, DwarfRegNum<[9]>;
303 def O0_O1 : Rdi< 8, "o0", [O0, O1]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp239 auto ComesBefore = [BlockOrder](OpsType O1, OpsType O2) { in ModelledPHI() argument
240 return BlockOrder.lookup(O1.first) < BlockOrder.lookup(O2.first); in ModelledPHI()
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-tse850-3.dts342 /* 0 */ "I1", "I2", "O1", "EXTVEN",
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/
H A Dvf610-zii-dev-rev-c.dts299 * I/O1 - ESW1_RESETn
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm36 template <class I, class O1, class O2>
723 template<class I, class O1, class O2>
724 …using partition_copy_result = in_out_out_result<I, O1, O2>; // s…
727 weakly_incrementable O1, weakly_incrementable O2,
729 requires indirectly_copyable<I, O1> && indirectly_copyable<I, O2>
730 constexpr partition_copy_result<I, O1, O2>
731 partition_copy(I first, S last, O1 out_true, O2 out_false, Pred pred,
734 template<input_range R, weakly_incrementable O1, weakly_incrementable O2,
737 requires indirectly_copyable<iterator_t<R>, O1> &&
739 constexpr partition_copy_result<borrowed_iterator_t<R>, O1, O2>
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp63 SP::O0, SP::O1, SP::O2, SP::O3,
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux45 MBB"%(2!A@$$00A+X1X7FM0\$1LB@$^IG.R/@+PC"ZQT!AU`%)O1.>%60`A2>
75 ME%$)=2%7P%`N=5.=!$<2-7K%U#T7A2L"N%&TYU&]%U*O1%(F=00H-3TJA3\M
/freebsd/sys/contrib/device-tree/scripts/
H A DKbuild.include140 # Usage: EXTRA_CFLAGS += $(call cc-ifversion, -lt, 0402, -O1)

12