Home
last modified time | relevance | path

Searched defs:R (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/trueos/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h137 int64_t getAddend32LE(RelocationRef R) { in getAddend32LE()
145 int64_t getAddend64LE(RelocationRef R) { in getAddend64LE()
153 int64_t getAddend32BE(RelocationRef R) { in getAddend32BE()
161 int64_t getAddend64BE(RelocationRef R) { in getAddend64BE()
171 RelocToApply visitELF_386_NONE(RelocationRef R) { in visitELF_386_NONE()
177 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32()
182 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value, in visitELF_386_PC32()
191 RelocToApply visitELF_X86_64_NONE(RelocationRef R) { in visitELF_X86_64_NONE()
194 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64()
198 RelocToApply visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, in visitELF_X86_64_PC32()
[all …]
/trueos/contrib/llvm/include/llvm/MC/
HDMachineLocation.h39 explicit MachineLocation(unsigned R) in MachineLocation()
42 MachineLocation(unsigned R, int O) in MachineLocation()
57 void setRegister(unsigned R) { Register = R; } in setRegister()
60 void set(unsigned R) { in set()
66 void set(unsigned R, int O) { in set()
HDMCValue.h57 MCValue R; variable
66 MCValue R; in get() local
/trueos/contrib/llvm/include/llvm/Support/
HDPatternMatch.h84 RTy R; member
101 RTy R; member
116 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
122 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd()
376 RHS_t R; member
395 m_Add(const LHS &L, const RHS &R) { in m_Add()
401 m_FAdd(const LHS &L, const RHS &R) { in m_FAdd()
407 m_Sub(const LHS &L, const RHS &R) { in m_Sub()
413 m_FSub(const LHS &L, const RHS &R) { in m_FSub()
419 m_Mul(const LHS &L, const RHS &R) { in m_Mul()
[all …]
/trueos/contrib/gcc/config/rs6000/
HDsfp-machine.h6 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
8 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
10 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
13 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_loop(S,R,X,Y) argument
14 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
15 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h50 const MemRegion *R; variable
214 static bool classof(const MemRegion *R) { in classof()
226 static bool classof(const MemRegion *R) { in classof()
252 static bool classof(const MemRegion *R) { in classof()
272 static bool classof(const MemRegion *R) { in classof()
291 static bool classof(const MemRegion *R) { in classof()
311 static bool classof(const MemRegion *R) { in classof()
329 static bool classof(const MemRegion *R) { in classof()
344 static bool classof(const MemRegion *R) { in classof()
358 static bool classof(const MemRegion *R) { in classof()
[all …]
/trueos/contrib/llvm/tools/clang/utils/TableGen/
HDClangSACheckersEmitter.cpp28 static bool isHidden(const Record &R) { in isHidden()
38 static bool isCheckerNamed(const Record *R) { in isCheckerNamed()
44 static std::string getParentPackageFullName(const Record *R) { in getParentPackageFullName()
51 static std::string getPackageFullName(const Record *R) { in getPackageFullName()
57 static std::string getCheckerFullName(const Record *R) { in getCheckerFullName()
66 static std::string getStringValue(const Record &R, StringRef field) { in getStringValue()
110 Record *R = packages[i]; in EmitClangSACheckers() local
122 Record *R = checkerGroups[i]; in EmitClangSACheckers() local
131 Record *R = checkers[i]; in EmitClangSACheckers() local
185 const Record *R = I->second; in EmitClangSACheckers() local
[all …]
HDClangASTNodesEmitter.cpp46 std::string baseName(Record &R) { in baseName()
56 explicit ClangASTNodesEmitter(RecordKeeper &R, const std::string &N, in ClangASTNodesEmitter()
87 Record *R = i->second; in EmitNode() local
161 Record *R = Stmts[i]; in run() local
207 Record *R = *i; in EmitClangDeclContext() local
/trueos/contrib/llvm/tools/llvm-diff/
HDDifferenceEngine.cpp81 unsigned R = (Index + 1) * 2; in remove_min() local
156 bool tryUnify(BasicBlock *L, BasicBlock *R) { in tryUnify()
175 void unify(Instruction *L, Instruction *R) { in unify()
192 void diff(BasicBlock *L, BasicBlock *R) { in diff()
226 bool diffCallSites(CallSite L, CallSite R, bool Complain) { in diffCallSites()
246 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { in diff()
364 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands()
396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands()
427 bool equivalentAsOperands(Value *L, Value *R) { in equivalentAsOperands()
459 void diff(Function *L, Function *R) { in diff()
[all …]
/trueos/crypto/openssl/crypto/des/
HDdes_locl.h189 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument
192 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
199 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
222 # define D_ENCRYPT(LL,R,S) { \ argument
250 # define D_ENCRYPT(LL,R,S) { \ argument
278 # define D_ENCRYPT(LL,R,S) { \ argument
296 # define D_ENCRYPT(LL,R,S) {\ argument
325 # define D_ENCRYPT(LL,R,S) {\ argument
356 # define D_ENCRYPT(LL,R,S) {\ argument
/trueos/contrib/gcc/config/soft-fp/
HDop-common.h120 #define _FP_CHOOSENAN_SEMIRAW(fs, wc, R, X, Y, OP) \ argument
296 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
717 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
718 #define _FP_SUB(fs, wc, R, X, Y) \ argument
730 #define _FP_NEG(fs, wc, R, X) \ argument
743 #define _FP_MUL(fs, wc, R, X, Y) \ argument
806 #define _FP_DIV(fs, wc, R, X, Y) \ argument
938 #define _FP_SQRT(fs, wc, R, X) \ argument
1319 #define _FP_DIV_MEAT_N_loop(fs, wc, R, X, Y) \ argument
1357 #define _FP_DIV_MEAT_1_loop(fs, R, X, Y) _FP_DIV_MEAT_N_loop (fs, 1, R, X, Y) argument
[all …]
HDop-2.h113 #define _FP_FRAC_ADD_2(R,X,Y) \ argument
116 #define _FP_FRAC_SUB_2(R,X,Y) \ argument
122 #define _FP_FRAC_CLZ_2(R,X) \ argument
154 #define __FP_CLZ_2(R, xh, xl) \ argument
261 #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit) \ argument
291 #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit) \ argument
331 #define _FP_MUL_MEAT_2_gmp(wfracbits, R, X, Y) \ argument
357 #define _FP_MUL_MEAT_2_120_240_double(wfracbits, R, X, Y, setfetz, resetfe) \ argument
448 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
516 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
[all …]
HDdouble.h146 #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) argument
147 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument
148 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument
149 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument
150 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument
151 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) argument
152 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
243 #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) argument
244 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument
245 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument
[all …]
HDextended.h190 #define FP_NEG_E(R,X) _FP_NEG(E,4,R,X) argument
191 #define FP_ADD_E(R,X,Y) _FP_ADD(E,4,R,X,Y) argument
192 #define FP_SUB_E(R,X,Y) _FP_SUB(E,4,R,X,Y) argument
193 #define FP_MUL_E(R,X,Y) _FP_MUL(E,4,R,X,Y) argument
194 #define FP_DIV_E(R,X,Y) _FP_DIV(E,4,R,X,Y) argument
195 #define FP_SQRT_E(R,X) _FP_SQRT(E,4,R,X) argument
208 #define _FP_SQRT_MEAT_E(R, S, T, X, q) \ argument
381 #define FP_NEG_E(R,X) _FP_NEG(E,2,R,X) argument
382 #define FP_ADD_E(R,X,Y) _FP_ADD(E,2,R,X,Y) argument
383 #define FP_SUB_E(R,X,Y) _FP_SUB(E,2,R,X,Y) argument
[all …]
HDop-1.h66 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument
67 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument
141 #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y) \ argument
152 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument
165 #define _FP_MUL_MEAT_1_hard(wfracbits, R, X, Y) \ argument
203 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
218 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
242 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
267 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \ argument
HDquad.h152 #define FP_NEG_Q(R,X) _FP_NEG(Q,4,R,X) argument
153 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument
154 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument
155 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument
156 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument
157 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X) argument
158 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument
253 #define FP_NEG_Q(R,X) _FP_NEG(Q,2,R,X) argument
254 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument
255 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument
[all …]
HDsingle.h135 #define FP_NEG_S(R,X) _FP_NEG(S,1,R,X) argument
136 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument
137 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument
138 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument
139 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument
140 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) argument
141 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
/trueos/sys/crypto/des/
HDdes_locl.h127 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
145 #define D_ENCRYPT(LL,R,S) { \ argument
173 #define D_ENCRYPT(LL,R,S) { \ argument
212 #define D_ENCRYPT(LL,R,S) { \ argument
229 #define D_ENCRYPT(LL,R,S) {\ argument
258 #define D_ENCRYPT(LL,R,S) {\ argument
289 #define D_ENCRYPT(LL,R,S) {\ argument
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDAttr.h78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex), in Range() argument
91 void setRange(SourceRange R) { Range = R; } in setRange()
112 : Attr(AK, R, SpellingListIndex) {} in Attr() argument
128 : InheritableAttr(AK, R, SpellingListIndex) {} in InheritableAttr() argument
143 : InheritableAttr(AK, R, SpellingListIndex) {} in InheritableAttr() argument
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { in Make()
200 RegionBindingsRef removeBinding(const MemRegion *R) { in removeBinding()
260 RegionBindingsRef RegionBindingsRef::addBinding(const MemRegion *R, in addBinding()
273 const SVal *RegionBindingsRef::lookup(const MemRegion *R, in lookup()
290 RegionBindingsRef RegionBindingsRef::removeBinding(const MemRegion *R, in removeBinding()
420 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) { in BindDefault()
599 if (const SubRegion *R = dyn_cast<SubRegion>(K.getRegion())) { in iterBindings() local
665 const ClusterBindings *getCluster(const MemRegion *R) { in getCluster()
671 bool isInitiallyIncludedGlobalRegion(const MemRegion *R) { in isInitiallyIncludedGlobalRegion()
693 bool isVisited(const MemRegion *R) { in isVisited()
[all …]
HDSVals.cpp40 const MemRegion *R = RV->getRegion(); in hasConjuredSymbol() local
53 const MemRegion* R = X->getRegion(); in getAsFunctionDecl() local
75 const MemRegion *R = X->getRegion(); in getAsLocSymbol() local
91 const MemRegion *R = X->getRegion(); in getLocSymbolInBase() local
146 const MemRegion *R = getRegion(); in stripCasts() local
/trueos/contrib/llvm/utils/TableGen/
HDCodeEmitterGen.cpp40 CodeEmitterGen(RecordKeeper &R) : Records(R) {} in CodeEmitterGen()
59 Record *R = *I; in reverseBits() local
107 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName, in AddCodeToMergeInOperand()
210 std::string CodeEmitterGen::getInstructionCase(Record *R, in getInstructionCase()
262 Record *R = CGI->TheDef; in run() local
288 Record *R = *IC; in run() local
/trueos/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp230 static bool NeedsMatchingLo(const MCAssembler &Asm, const RelEntry &R) { in NeedsMatchingLo()
269 for (std::vector<ELFRelocationEntry>::reverse_iterator R = Relocs.rbegin(); in sortRelocs() local
278 for (RelLsIter R = RelocLs.begin(); R != RelocLs.end(); ++R) in sortRelocs() local
288 for (RelLsIter R = RelocLs.begin(); R != RelocLs.end(); ++R) { in sortRelocs() local
312 for (RelLsIter R = RelocLs.begin(); R != RelocLs.end(); ++R) in sortRelocs() local
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Core/
HDHTMLRewrite.cpp32 void html::HighlightRange(Rewriter &R, SourceLocation B, SourceLocation E, in HighlightRange()
106 void html::EscapeText(Rewriter &R, FileID FID, in EscapeText()
226 void html::AddLineNumbers(Rewriter& R, FileID FID) { in AddLineNumbers()
270 void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID, in AddHeaderFooterInternalBuiltinCSS()
357 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) { in SyntaxHighlight()
446 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) { in HighlightMacros()
/trueos/contrib/llvm/lib/TableGen/
HDRecord.cpp253 Init *R = BO->getRHS()->convertInitializerTo(this); in convertValue() local
325 Init *R = BO->getRHS()->convertInitializerTo(this); in convertValue() local
334 RecordRecTy *RecordRecTy::get(Record *R) { in get()
515 Init *BitsInit::resolveReferences(Record &R, const RecordVal *RV) const { in resolveReferences()
668 Init *ListInit::resolveReferences(Record &R, const RecordVal *RV) const { in resolveReferences()
690 Init *ListInit::resolveListElementReference(Record &R, const RecordVal *IRV, in resolveListElementReference()
712 Init *OpInit::resolveListElementReference(Record &R, const RecordVal *IRV, in resolveListElementReference()
861 Init *UnOpInit::resolveReferences(Record &R, const RecordVal *RV) const { in resolveReferences()
933 IntInit *R = in Fold() local
972 Init *BinOpInit::resolveReferences(Record &R, const RecordVal *RV) const { in resolveReferences()
[all …]

12345678910>>...17