Searched refs:CR (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp52 const ConstantRange &CR) {
53 if (CR.isEmptySet())
54 return CR;
56 uint32_t W = CR.getBitWidth();
60 return CR;
62 if (CR.isSingleElement())
63 return ConstantRange(CR.getUpper(), CR.getLower());
66 APInt UMax(CR.getUnsignedMax());
72 APInt SMax(CR
51 makeICmpRegion(unsigned Pred, const ConstantRange &CR) argument
[all...]
H A DConvertUTFWrapper.cpp65 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd, local
68 if (CR != conversionOK)
/freebsd-10.0-release/gnu/usr.bin/groff/font/devhtml/
H A DMakefile4 FONTS= R I B BI CR CI CB CBI S
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DConstantRange.h106 bool contains(const ConstantRange &CR) const;
147 bool operator==(const ConstantRange &CR) const {
148 return Lower == CR.Lower && Upper == CR.Upper;
150 bool operator!=(const ConstantRange &CR) const {
151 return !operator==(CR);
160 ConstantRange difference(const ConstantRange &CR) const;
169 ConstantRange intersectWith(const ConstantRange &CR) const;
177 ConstantRange unionWith(const ConstantRange &CR) const;
262 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) { argument
[all...]
/freebsd-10.0-release/contrib/ntp/include/
H A Dascii.h54 #define CR 13 macro
/freebsd-10.0-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile6 TB TBI TI TR CR CB CI ER EB EI
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c194 #define CR BT + 1
198 #define CRB CR + 1
622 in BO field, the "a" bit is 00010 for branch on CR(BI) and 01000
2318 { "blt-", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, PPCCOM, { CR, BDM } },
2319 { "blt+", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, PPCCOM, { CR, BDP } },
2320 { "blt", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, COM, { CR, BD } },
2321 { "bltl-", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, PPCCOM, { CR, BDM } },
2322 { "bltl+", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, PPCCOM, { CR, BDP } },
2323 { "bltl", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, COM, { CR, BD } },
2324 { "blta-", BBOCB(16,BOT,CBLT,1,0), BBOATCB_MASK, PPCCOM, { CR, BDM
192 #define CR macro
[all...]
/freebsd-10.0-release/lib/libc/net/
H A Dnslexer.l56 CR \n
65 \\{CR} ; /* allow continuation */
67 {CR} return NL;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
/freebsd-10.0-release/gnu/usr.bin/groff/font/devlj4/
H A DMakefile8 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
/freebsd-10.0-release/contrib/byacc/
H A Ddefs.h65 #define CR '\r' /* carriage return */ macro
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp99 static LVILatticeVal getRange(ConstantRange CR) { argument
101 Res.markConstantRange(CR);
1042 ConstantRange CR = Result.getConstantRange(); local
1043 if (const APInt *SingleVal = CR.getSingleElement())
1058 ConstantRange CR = Result.getConstantRange(); local
1059 if (const APInt *SingleVal = CR.getSingleElement())
1087 ConstantRange CR = Result.getConstantRange();
1089 if (!CR.contains(CI->getValue()))
1092 if (CR.isSingleElement() && CR
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_ldap.c96 typedef struct cr_ent CR; typedef in typeref:struct:cr_ent
105 CR *credentials;
175 cr_free(CR *c)
239 CR *creds;
256 creds = ALLOC(CR);
292 CR *c = a->credentials;
/freebsd-10.0-release/contrib/apr/passwd/
H A Dapr_getpass.c71 #define CR 13 macro
74 #define CR '\r' macro
/freebsd-10.0-release/gnu/usr.bin/groff/font/devps/
H A DMakefile6 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp310 CallRecord &CR = *I; local
311 if (CR.second == Callee && CR.first == 0) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h388 const ConstantRange &CR) {
390 UnsignedRanges.insert(std::make_pair(S, CR));
392 Pair.first->second = CR;
398 const ConstantRange &CR) {
400 SignedRanges.insert(std::make_pair(S, CR));
402 Pair.first->second = CR;
387 setUnsignedRange(const SCEV *S, const ConstantRange &CR) argument
397 setSignedRange(const SCEV *S, const ConstantRange &CR) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp370 ConstraintRangeTy CR = state->get<ConstraintRange>(); local
373 for (ConstraintRangeTy::iterator I = CR.begin(), E = CR.end(); I != E; ++I) {
376 CR = CRFactory.remove(CR, sym);
379 return state->set<ConstraintRange>(CR);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1936 bool SelectionDAGBuilder::handleSmallSwitchRange(CaseRec& CR, argument
1942 size_t Size = CR.Range.second - CR.Range.first;
1952 MachineFunction::iterator BBI = CR.CaseBB;
1963 // TODO: Handle cases where CR.CaseBB != SwitchBB.
1964 if (Size == 2 && CR.CaseBB == SwitchBB) {
1965 Case &Small = *CR.Range.first;
1966 Case &Big = *(CR.Range.second-1);
2016 for (CaseItr I = CR.Range.first, IE = CR
2104 handleJTSwitchCase(CaseRec &CR, CaseRecVector &WorkList, const Value *SV, MachineBasicBlock *Default, MachineBasicBlock *SwitchBB) argument
2217 handleBTSplitSwitchCase(CaseRec& CR, CaseRecVector& WorkList, const Value* SV, MachineBasicBlock *Default, MachineBasicBlock *SwitchBB) argument
2350 handleBitTestsSwitchCase(CaseRec& CR, CaseRecVector& WorkList, const Value* SV, MachineBasicBlock* Default, MachineBasicBlock *SwitchBB) argument
2580 CaseRec CR = WorkList.back(); local
[all...]
H A DSelectionDAGBuilder.h428 bool handleSmallSwitchRange(CaseRec& CR,
433 bool handleJTSwitchCase(CaseRec& CR,
438 bool handleBTSplitSwitchCase(CaseRec& CR,
443 bool handleBitTestsSwitchCase(CaseRec& CR,
/freebsd-10.0-release/sys/dev/smc/
H A Dif_smcreg.h115 #define CR 0x0 macro
/freebsd-10.0-release/contrib/groff/font/devlj4/generate/
H A DMakefile52 CB CBI CI CR \
86 CR: $(AUTOFONT)/9nb00064.tfm $(TEXTMAP)
/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A DMakefile37 TEXTFONTS=AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI HI HR HNB HNBI \
86 CR:
/freebsd-10.0-release/tools/tools/editing/
H A Dfreebsd.vim39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
/freebsd-10.0-release/usr.bin/col/
H A Dcol.c61 #define CR '\r' /* carriage return */ macro
182 case CR:

Completed in 177 milliseconds

123