Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp125 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/
Dgmock-matchers.h492 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/
Dwindow.h43 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/
DCast.java26 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/
DPHITransAddr.cpp190 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local
383 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
DConstantFolding.cpp498 Instruction::CastOps Cast = Instruction::BitCast; in ConstantFoldLoadThroughBitcast() local
/external/vixl/src/vixl/a64/
Ddebugger-a64.cc95 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
Dinstructions-a64.h410 template<typename T> static Instruction* Cast(T src) { in Cast() function
/external/v8/test/cctest/compiler/
Dcall-tester.h86 static uintptr_t Cast(R r) { return static_cast<uintptr_t>(r); } in Cast() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h404 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/
DStore.cpp235 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp580 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
DLoopUtils.cpp125 CastInst *Cast = dyn_cast<CastInst>(J); in getSourceExtensionKind() local
DSimplifyLibCalls.cpp955 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision() local
985 FPTruncInst *Cast = dyn_cast<FPTruncInst>(U); in optimizeUnaryDoubleFP() local
/external/llvm/lib/CodeGen/
DStackColoring.cpp488 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
/external/v8/src/arm64/
Dinstructions-arm64.h403 template<typename T> V8_INLINE static Instruction* Cast(T src) { in Cast() function
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp141 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) { in findPreviousSpillSlot() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp787 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, in visitIVCast()
1471 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
DSeparateConstOffsetFromGEP.cpp612 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp482 Value *Cast = Builder.CreateBitCast(CI->getArgOperand(0), in UpgradeIntrinsicCall() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp294 Constant *Cast in visitAllocaInst() local
DInstCombineCompares.cpp1321 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/
DGlobalOpt.cpp1539 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal() local
2867 Constant *Cast in setUsedInitializer() local
/external/opencv3/modules/imgproc/src/
Dfilter.cpp3593 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/
Dv8.h284 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

12