/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 125 Operator *Cast = dyn_cast<Operator>(V); in isEliminableAddrSpaceCast() local 154 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP() local 191 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast() local
|
/external/gmock/include/gmock/ |
D | gmock-matchers.h | 492 static Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() function 540 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function 575 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function 602 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() function 616 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
|
/external/webrtc/webrtc/base/ |
D | window.h | 43 static WindowId Cast(uint64_t id) { in Cast() function 84 static DesktopId Cast(int id, int index) { in Cast() function
|
/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/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 190 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local 383 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
D | ConstantFolding.cpp | 498 Instruction::CastOps Cast = Instruction::BitCast; in ConstantFoldLoadThroughBitcast() local
|
/external/vixl/src/vixl/a64/ |
D | debugger-a64.cc | 95 static RegisterToken* Cast(Token* tok) { in Cast() function in vixl::RegisterToken 117 static FPRegisterToken* Cast(Token* tok) { in Cast() function in vixl::FPRegisterToken 141 static IdentifierToken* Cast(Token* tok) { in Cast() function in vixl::IdentifierToken 159 static AddressToken* Cast(Token* tok) { in Cast() function in vixl::AddressToken 176 static IntegerToken* Cast(Token* tok) { in Cast() function in vixl::IntegerToken 208 static FormatToken* Cast(Token* tok) { in Cast() function in vixl::FormatToken
|
D | instructions-a64.h | 410 template<typename T> static Instruction* Cast(T src) { in Cast() function
|
/external/v8/test/cctest/compiler/ |
D | call-tester.h | 86 static uintptr_t Cast(R r) { return static_cast<uintptr_t>(r); } 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/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 | 580 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
|
D | LoopUtils.cpp | 125 CastInst *Cast = dyn_cast<CastInst>(J); in getSourceExtensionKind() local
|
D | SimplifyLibCalls.cpp | 955 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision() local 985 FPTruncInst *Cast = dyn_cast<FPTruncInst>(U); in optimizeUnaryDoubleFP() local
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 488 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 403 template<typename T> V8_INLINE static Instruction* Cast(T src) { in Cast() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 141 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) { in findPreviousSpillSlot() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 787 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, in visitIVCast() 1471 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
|
D | SeparateConstOffsetFromGEP.cpp | 612 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 482 Value *Cast = Builder.CreateBitCast(CI->getArgOperand(0), in UpgradeIntrinsicCall() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 294 Constant *Cast in visitAllocaInst() local
|
D | InstCombineCompares.cpp | 1321 if (TruncInst *Cast = dyn_cast<TruncInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local 1339 if (ZExtInst *Cast = dyn_cast<ZExtInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1539 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal() local 2867 Constant *Cast in setUsedInitializer() local
|
/external/opencv3/modules/imgproc/src/ |
D | filter.cpp | 3593 template<typename ST, typename DT> struct Cast struct 3595 typedef ST type1; 3596 typedef DT rtype; 3598 DT operator()(ST val) const { return saturate_cast<DT>(val); } in operator ()()
|
/external/v8/include/ |
D | v8.h | 284 template <class S> V8_INLINE static Local<T> Cast(Local<S> that) { in Cast() function 769 V8_INLINE static Persistent<T>& Cast(Persistent<S>& that) { // NOLINT in Cast() function
|