Home
last modified time | relevance | path

Searched defs:PRE (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dmanpage.css70 PRE { selector
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
Dmanpage.css70 PRE { selector
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp415 for (const MCWriteProcResEntry &PRE : in emitInstruction() local
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp293 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp316 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
DScheduleDAGInstrs.cpp559 for (const MCWriteProcResEntry &PRE : in initSUnits() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstrBuilder.cpp52 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() local
/external/lua/src/
Dlobject.c482 #define PRE "[string \"" macro
/external/clang/lib/Sema/
DSemaPseudoObject.cpp109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() local
543 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
DSemaExprObjC.cpp3808 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast() local
DSemaChecking.cpp10249 ObjCPropertyRefExpr *PRE in checkUnsafeExprAssigns() local
DSemaExpr.cpp7765 Expr *PRE = RHS.get()->IgnoreParenCasts(); in CheckSingleAssignmentConstraints() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c196 #define PRE(r, c) (y + (((r) >> 2) * y_stride + ((c) >> 2) - (offset))) macro
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1489 PRE, enumerator
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3727 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
DRewriteModernObjC.cpp4568 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
/external/clang/tools/libclang/
DCIndex.cpp3972 if (const ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(E)) { in getDeclFromExpr() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc1028 #define DEFINE_ASM_FUNCS(PRE, OP) \ argument