Searched refs:CE (Results 101 - 125 of 254) sorted by relevance

1234567891011

/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp458 MCCodeEmitter *CE = nullptr; local
461 CE = TheTarget->createMCCodeEmitter(*MCII, *MRI, *STI, Ctx);
465 /*useDwarfDirectory*/ true, IP, CE,
472 MCCodeEmitter *CE = TheTarget->createMCCodeEmitter(*MCII, *MRI, *STI, Ctx); local
475 FOS, CE, *STI, RelaxAll,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp580 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) {
582 PathDiagnosticCallPiece::construct(N, *CE, SMgr);
584 LCM[&C->path] = CE->getCalleeContext();
591 if (Optional<CallEnter> CE = P.getAs<CallEnter>()) {
605 const Decl *Caller = CE->getLocationContext()->getDecl();
608 LCM[&C->path] = CE->getCalleeContext();
611 C->setCallee(*CE, SMgr);
1260 CE = Ex->child_end();
1261 CI != CE; ++CI) {
1284 if (const CallExpr *CE
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp134 const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV); local
135 if (!CE)
138 switch (CE->getOpcode()) {
143 if (Constant *C = ConstantFoldConstantExpression(CE, AP.TM.getDataLayout()))
144 if (C != CE)
152 CE->printAsOperand(OS, /*PrintType=*/ false,
159 PointerType *DstTy = cast<PointerType>(CE->getType());
160 PointerType *SrcTy = cast<PointerType>(CE->getOperand(0)->getType());
162 return LowerConstant(cast<const Constant>(CE->getOperand(0)), AP);
167 CE
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp67 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
69 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
1335 const CallEffects &CE,
1340 RetEffect Ret = CE.getReturnValue();
1362 ArrayRef<ArgEffect> AEArgs = CE.getArgs();
1391 CallEffects CE = CallEffects::getEffect(FuncDecl);
1404 RetEffect Ret = CE.getReturnValue();
1414 ArrayRef<ArgEffect> AEArgs = CE.getArgs();
1430 AddCFAnnotations(Ctx, CE, FuncDecl, FuncIsReturnAnnotated);
1452 const CallEffects &CE,
1334 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const FunctionDecl *FuncDecl, bool ResultAnnotated) argument
1451 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const ObjCMethodDecl *MethodDecl, bool ResultAnnotated) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp323 if (pattern->CE != cetable && pattern->CE) {
324 uprv_free(pattern->CE);
352 pattern->CE = cetable;
409 // ** whether a CE is signed or unsigned. For example, look at routine above this one.)
567 setShiftTable(pattern->shift, pattern->backShift, pattern->CE,
650 if (U_FAILURE(status) || ce != strsrch->pattern.CE[count]) {
885 uint32_t firstce = strsrch->pattern.CE[0];
938 int32_t firstce = strsrch->pattern.CE[0];
1020 int32_t firstce = strsrch->pattern.CE[
[all...]
H A Ducol_tok.cpp145 /* these values are used for finding CE values for indirect positioning. */
320 [last primary ignorable] largest CE for primary ignorable
321 [last secondary ignorable] largest CE for secondary ignorable
322 [last tertiary ignorable] largest CE for tertiary ignorable
1551 uint32_t CE, SecondCE; local
1579 CE = (primaryCE & UCOL_PRIMARYMASK) | 0x0505;
1594 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1611 /* invPos = */ ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1613 // we got the previous CE. Now we need to see if the difference between
1616 // need to modify the CE
2018 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND; local
2059 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp312 if (pattern->CE != cetable && pattern->CE) {
313 uprv_free(pattern->CE);
341 pattern->CE = cetable;
395 // ** whether a CE is signed or unsigned. For example, look at routine above this one.)
554 setShiftTable(pattern->shift, pattern->backShift, pattern->CE,
637 if (U_FAILURE(status) || ce != strsrch->pattern.CE[count]) {
872 uint32_t firstce = strsrch->pattern.CE[0];
925 int32_t firstce = strsrch->pattern.CE[0];
1007 int32_t firstce = strsrch->pattern.CE[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp204 const ConstantExpr *CE = dyn_cast<ConstantExpr>(V); local
205 if (CE) {
206 ValueQueue.push(CE->getOperand(0));
/external/llvm/include/llvm/MC/
H A DMCStreamer.h763 /// \param CE - If given, a code emitter to use to show the instruction
764 /// encoding inline with the assembly. This method takes ownership of \p CE.
774 MCInstPrinter *InstPrint, MCCodeEmitter *CE,
780 /// Takes ownership of \p TAB and \p CE.
782 raw_ostream &OS, MCCodeEmitter *CE,
789 raw_ostream &OS, MCCodeEmitter *CE, bool RelaxAll,
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp250 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP))
251 if (CE->isCast())
252 FP = CE->getOperand(0);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp204 const ConstantExpr *CE = dyn_cast<ConstantExpr>(V); local
205 if (CE) {
206 ValueQueue.push(CE->getOperand(0));
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp377 void RewriteCastExpr(CStyleCastExpr *CE);
480 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
482 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
484 std::string SynthesizeBlockImpl(BlockExpr *CE,
2732 CallExpr *CE = new (Context) local
2734 ReplaceStmt(Exp, CE);
2735 return CE;
2861 CallExpr *CE = new (Context) local
2863 ReplaceStmt(Exp, CE);
2864 return CE;
3025 CallExpr *CE = new (Context) local
3612 CallExpr *CE = new (Context) local
4150 SynthesizeBlockFunc(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
4246 SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
4294 SynthesizeBlockImpl(BlockExpr *CE, std::string Tag, std::string Desc) argument
4774 CallExpr *CE = new (Context) CallExpr(*Context, PE, BlkExprs, local
4847 RewriteCastExpr(CStyleCastExpr *CE) argument
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp276 CXXMemberCallExpr *CE = cast<CXXMemberCallExpr>(S); local
277 if (Expr *ImplicitObj = CE->getImplicitObjectArgument()) {
284 ObjCMessageExpr *CE = cast<ObjCMessageExpr>(S); local
285 if (CE->getReceiverKind() == ObjCMessageExpr::SuperInstance)
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h148 getExecutableRelativeSymbol(const ConstantExpr *CE, Mangler &Mang, argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp447 const ConstantExpr *CE = cast<ConstantExpr>(I.getArgOperand(1)); local
448 assert(CE->getOpcode() == Instruction::BitCast &&
449 isa<Function>(CE->getOperand(0)) &&
451 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
/external/stlport/stlport/stl/config/
H A D_evc.h14 // old-fashioned Windows CE SDK (see stl_wince.h)
33 # error No support for Windows CE below 3.0!
36 // This is defined for all platforms using Windows CE
39 /* All Windows CE versions up to at least version 5 are little-endian, even
51 // CE up to at least version 5 has no C locale support
96 // Note that this should be defined all the time while under CE.
182 // VC8 crosscompiling for CE
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h37 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(C))
38 if (Constant *CF = ConstantFoldConstantExpression(CE, DL))
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp222 for (SwitchInst::CaseIt CI = SI->case_end(), CE = SI->case_begin(); CI-- != CE;
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp463 CE = allInsnClasses.end(); CI != CE; ++CI) {
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp799 static CanThrowResult canSubExprsThrow(Sema &S, const Expr *CE) { argument
800 Expr *E = const_cast<Expr*>(CE);
906 const CallExpr *CE = cast<CallExpr>(E); local
910 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens()))
912 else if (CE->getCalleeDecl())
913 CT = canCalleeThrow(*this, E, CE->getCalleeDecl());
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp25 if (auto *CE = dyn_cast<MCConstantExpr>(Expr)) {
26 int64_t Value = CE->getValue();
111 else if (auto *CE = dyn_cast<MCConstantExpr>(Expr))
112 Inst.addOperand(MCOperand::CreateImm(CE->getValue()));
757 if (auto *CE = dyn_cast<MCConstantExpr>(Expr)) {
758 int64_t Value = CE->getValue();
/external/clang/lib/CodeGen/
H A DCGClass.cpp569 CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(MemberInit->getInit()); local
571 (CE && CE->getConstructor()->isTrivial())) {
931 CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(MemberInit->getInit()); local
934 if (!(CE && CE->getConstructor()->isTrivial()) &&
1053 } else if (CallExpr *CE = dyn_cast<CallExpr>(S)) {
1054 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl());
1057 Expr *DstPtr = CE->getArg(0);
1069 Expr *SrcPtr = CE
[all...]
H A DCGExprScalar.cpp511 Value *VisitChooseExpr(ChooseExpr *CE);
525 Value *VisitAsTypeExpr(AsTypeExpr *CE);
1246 static bool ShouldNullCheckClassCastValue(const CastExpr *CE) { argument
1247 const Expr *E = CE->getSubExpr();
1249 if (CE->getCastKind() == CK_UncheckedDerivedToBase)
1257 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(CE)) {
1269 Value *ScalarExprEmitter::VisitCastExpr(CastExpr *CE) { argument
1270 Expr *E = CE->getSubExpr();
1271 QualType DestTy = CE->getType();
1272 CastKind Kind = CE
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp689 const MCConstantExpr *CE = cast<MCConstantExpr>(Expr); local
690 return CE->getValue() >= 0 && CE->getValue() <= 0xfff;
817 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); local
818 if (!CE) return false;
819 uint64_t Value = CE->getValue();
835 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); local
836 if (!CE) return false;
837 uint64_t Value = CE->getValue();
1086 if (const MCConstantExpr *CE
1560 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); local
1569 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); local
4216 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Op.getImm()); local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1532 const ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(V);
1533 if (!CE || CE->getNumOperands() != 3 ||
1534 CE->getOpcode() != Instruction::GetElementPtr)
1538 Value *Ptr = CE->getOperand(0);
1544 const ConstantInt *CI = dyn_cast_or_null<ConstantInt>(CE->getOperand(1));
1549 if (!isa<ConstantInt>(CE->getOperand(2)))
1552 return CE;
1665 } else if (const ConstantExpr *CE = getMergedGlobalExpr(GV->getOperand(11))) {
1669 Value *Ptr = CE
[all...]

Completed in 647 milliseconds

1234567891011