| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXFavorNonGenericAddrSpaces.cpp | 90 static bool IsEliminableAddrSpaceCast(Operator *Cast) { in IsEliminableAddrSpaceCast() 113 Operator *Cast = dyn_cast<Operator>(GEP->getPointerOperand()); in hoistAddrSpaceCastFromGEP() local 162 if (Operator *Cast = dyn_cast<Operator>(MI->getOperand(Idx))) { in optimizeMemoryInstruction() local
|
| /external/javassist/src/main/javassist/expr/ |
| D | Cast.java | 26 public class Cast extends Expr { class 30 protected Cast(int pos, CodeIterator i, CtClass declaring, MethodInfo m) { in Cast() method in Cast
|
| /external/v8/test/cctest/compiler/ |
| D | call-tester.h | 29 static R Cast(uintptr_t r) { return reinterpret_cast<R>(r); } in Cast() function
|
| /external/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 189 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local 381 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
| D | ConstantFolding.cpp | 499 Instruction::CastOps Cast = Instruction::BitCast; in ConstantFoldLoadThroughBitcast() local
|
| /external/vixl/src/vixl/a64/ |
| D | debugger-a64.cc | 90 static RegisterToken* Cast(Token* tok) { in Cast() function in vixl::RegisterToken 112 static FPRegisterToken* Cast(Token* tok) { in Cast() function in vixl::FPRegisterToken 136 static IdentifierToken* Cast(Token* tok) { in Cast() function in vixl::IdentifierToken 154 static AddressToken* Cast(Token* tok) { in Cast() function in vixl::AddressToken 171 static IntegerToken* Cast(Token* tok) { in Cast() function in vixl::IntegerToken 198 static FormatToken* Cast(Token* tok) { in Cast() function in vixl::FormatToken
|
| D | instructions-a64.h | 409 template<typename T> static Instruction* Cast(T src) { in Cast() function
|
| /external/google-breakpad/src/testing/include/gmock/ |
| D | gmock-matchers.h | 404 static Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() function 452 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function 487 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function 514 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() function 528 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
|
| /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/ |
| D | RenderQueue.java | 146 Cast, enumConstant
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | Store.cpp | 235 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 500 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
|
| D | SimplifyLibCalls.cpp | 932 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision() local 962 FPTruncInst *Cast = dyn_cast<FPTruncInst>(U); in optimizeUnaryDoubleFP() local
|
| /external/v8/src/arm64/ |
| D | instructions-arm64.h | 371 template<typename T> V8_INLINE static Instruction* Cast(T src) { in Cast() function
|
| /external/llvm/lib/CodeGen/ |
| D | StackColoring.cpp | 489 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SeparateConstOffsetFromGEP.cpp | 552 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
|
| D | IndVarSimplify.cpp | 664 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, in visitIVCast() 1220 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
|
| /external/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 529 Value *Cast = Builder.CreateBitCast(CI->getArgOperand(0), in UpgradeIntrinsicCall() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 293 Constant *Cast in visitAllocaInst() local
|
| D | InstCombineCompares.cpp | 1241 if (TruncInst *Cast = dyn_cast<TruncInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local 1259 if (ZExtInst *Cast = dyn_cast<ZExtInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
|
| /external/v8/include/ |
| D | v8.h | 277 template <class S> V8_INLINE static Handle<T> Cast(Handle<S> that) { in Cast() function 348 template <class S> V8_INLINE static Local<T> Cast(Local<S> that) { in Cast() function 685 V8_INLINE static Persistent<T>& Cast(Persistent<S>& that) { // NOLINT in Cast() function
|
| /external/lldb/source/Core/ |
| D | Scalar.cpp | 560 Scalar::Cast(Scalar::Type type) in Cast() function in Scalar
|
| /external/openfst/src/include/fst/ |
| D | fst.h | 929 template<class F, class G> void Cast(const F &ifst, G *ofst) { in Cast() function
|
| /external/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 1540 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal() local 2730 Constant *Cast in setUsedInitializer() local
|
| /external/clang/lib/Analysis/ |
| D | Consumed.cpp | 759 void ConsumedStmtVisitor::VisitCastExpr(const CastExpr *Cast) { in VisitCastExpr()
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyTIL.h | 1262 Cast(TIL_CastOpcode Op, SExpr *E) : SExpr(COP_Cast), Expr0(E) { Flags = Op; } in Cast() function 1263 Cast(const Cast &C, SExpr *E) : SExpr(C), Expr0(E) { Flags = C.Flags; } in Cast() function
|