/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 972 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isARMBranchTarget() local 981 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm())) in isThumbBranchTarget() local 992 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isUnsignedOffset() local 1007 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isSignedOffset() local 1022 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) { in isLEOffset() local 1037 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val); in isThumbMemPC() local 1052 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isFPImm() local 1061 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediate() local 1070 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediateS4() local 1078 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmediateS2() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFStreamer.cpp | 24 std::unique_ptr<MCCodeEmitter> CE, in X86WinCOFFStreamer() 66 std::unique_ptr<MCCodeEmitter> &&CE, in createX86WinCOFFStreamer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 84 ConstantExpr *CE = cast<ConstantExpr>(C); in isSimpleEnoughValueToCommitHelper() local 141 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(C)) { in isSimpleEnoughPointerToCommit() local 231 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(P)) { in ComputeLoadResult() local 275 auto *CE = dyn_cast<ConstantExpr>(V); in getCalleeWithFormalArgs() local 312 ConstantExpr *CE = dyn_cast<ConstantExpr>(CallExpr); in castCallResultIfNeeded() local 364 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Ptr)) { in EvaluateBlock() local
|
D | CanonicalizeAliases.cpp | 52 auto *CE = dyn_cast<ConstantExpr>(C); in canonicalizeAlias() local
|
D | GlobalStatus.cpp | 69 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) { in analyzeGlobalAux() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 192 static bool classof(const ConstantExpr *CE) { in classof() 224 static bool classof(const ConstantExpr *CE) { in classof() 257 static bool classof(const ConstantExpr *CE) { in classof() 286 static bool classof(const ConstantExpr *CE) { in classof()
|
D | AbstractCallSite.cpp | 65 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(U->getUser())) in AbstractCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 78 createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr() 129 static bool replaceConstantExprOp(ConstantExpr *CE, Pass *P) { in replaceConstantExprOp() 168 ConstantExpr *CE = dyn_cast<ConstantExpr>(WU); in rewriteNonInstructionUses() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 214 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti16i8() local 228 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti32i8() local 242 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i8() local 256 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmSExti64i32() local 269 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi4() local 278 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmUnsignedi8() local 488 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr)) in addExpr() local 553 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addAbsMemOperands() local 573 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addMemOffsOperands() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 51 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V)) in getOpcode() local 106 static bool classof(const ConstantExpr *CE) { in classof() 147 static bool classof(const ConstantExpr *CE) { in classof() 377 else if (auto *CE = dyn_cast<ConstantExpr>(V)) in classof() local 417 static bool classof(const ConstantExpr *CE) { in classof()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInstPrinter.cpp | 112 if (const auto *CE = dyn_cast<MCConstantExpr>(Expr)) { in printExpr() local 120 const auto *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 125 if (Constant *CE = foldConstVectorToAPInt(Result, DestTy, C, in FoldBitCast() local 273 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast() local 300 auto *CE = dyn_cast<ConstantExpr>(C); in IsConstantOffsetFromGlobal() local 490 if (auto *CE = dyn_cast<ConstantExpr>(C)) { in ReadDataFromGlobal() local 606 Constant *ConstantFoldLoadThroughBitcastExpr(ConstantExpr *CE, Type *DestTy, in ConstantFoldLoadThroughBitcastExpr() 635 auto *CE = dyn_cast<ConstantExpr>(C); in ConstantFoldLoadFromConstPtr() local 852 auto *CE = dyn_cast<ConstantExpr>(Ops[1]); in SymbolicallyEvaluateGEP() local 902 if (auto *CE = dyn_cast<ConstantExpr>(Ptr)) { in SymbolicallyEvaluateGEP() local 1041 if (auto *CE = dyn_cast<ConstantExpr>(InstOrCE)) in ConstantFoldInstOperandsImpl() local 1106 if (auto *CE = dyn_cast<ConstantExpr>(C)) { in ConstantFoldConstantImpl() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCELFStreamer.cpp | 47 std::unique_ptr<MCCodeEmitter> CE) { in createAVRELFStreamer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | CodeEmitter.h | 59 const MCCodeEmitter &CE, ArrayRef<MCInst> S) in CodeEmitter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFStreamer.cpp | 21 std::unique_ptr<MCCodeEmitter> CE, in ARMWinCOFFStreamer()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | coptccal.h | 117 CE // After the epoch enumerator
|
/third_party/icu/icu4c/source/i18n/ |
D | coptccal.h | 117 CE // After the epoch enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | coptccal.h | 117 CE // After the epoch enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coptccal.h | 117 CE // After the epoch enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateKernelFeatures.cpp | 96 bool AMDGPUAnnotateKernelFeatures::visitConstantExpr(const ConstantExpr *CE) { in visitConstantExpr() 119 if (const auto *CE = dyn_cast<ConstantExpr>(C)) { in visitConstantExprsRecursively() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreInstPrinter.cpp | 57 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCXCOFFStreamer.cpp | 82 std::unique_ptr<MCCodeEmitter> &&CE, in createXCOFFStreamer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 155 std::unique_ptr<MCCodeEmitter> CE) { in createHexagonELFStreamer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 220 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 140 else if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr)) in addExpr() local 167 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in addImmCom8Operands() local 173 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); in isImmCom8() local
|