Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp128 Operator *Cast = dyn_cast<Operator>(V); in isEliminableAddrSpaceCast() local
157 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP() local
194 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast() local
/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/v8/testing/gmock/include/gmock/
Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
600 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
641 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
600 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
641 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
/external/llvm/lib/Analysis/
DPHITransAddr.cpp190 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local
384 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPHITransAddr.cpp188 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local
383 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
/external/llvm/unittests/ADT/
DPointerSumTypeTest.cpp76 TEST_F(PointerSumTypeTest, Cast) { in TEST_F() argument
/external/pdfium/third_party/base/numerics/
Dsafe_math.h176 constexpr CheckedNumeric<typename UnderlyingType<Dst>::type> Cast() const { in Cast() function
/external/vixl/src/aarch64/
Ddebugger-aarch64.cc101 static RegisterToken* Cast(Token* tok) { in Cast() function in vixl::aarch64::RegisterToken
123 static FPRegisterToken* Cast(Token* tok) { in Cast() function in vixl::aarch64::FPRegisterToken
149 static IdentifierToken* Cast(Token* tok) { in Cast() function in vixl::aarch64::IdentifierToken
167 static AddressToken* Cast(Token* tok) { in Cast() function in vixl::aarch64::AddressToken
184 static IntegerToken* Cast(Token* tok) { in Cast() function in vixl::aarch64::IntegerToken
217 static FormatToken* Cast(Token* tok) { in Cast() function in vixl::aarch64::FormatToken
/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/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp239 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp365 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp235 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp510 void SPIRVToOCL20::visitCastInst(CastInst &Cast) { in visitCastInst()
DSPIRVLowerOCLBlocks.cpp262 auto Cast = dyn_cast<BitCastInst>(CallInv); in lowerGetBlockInvoke() local
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp652 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
DLoopUtils.cpp132 CastInst *Cast = dyn_cast<CastInst>(J); in getSourceExtensionKind() 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/
DStackColoring.cpp811 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp137 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) in findPreviousSpillSlot() local
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp586 Instruction *Cast = CastInst::Create(Instruction::IntToPtr, C, OrigTy); in instrumentAtomic() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp612 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
DIndVarSimplify.cpp807 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, in visitIVCast()
1494 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1083 if (TruncInst *Cast = dyn_cast<TruncInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
1101 if (ZExtInst *Cast = dyn_cast<ZExtInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local

123