HomeSort by relevance Sort by last modified time
    Searched refs:cast (Results 876 - 900 of 3080) sorted by null

<<31323334353637383940>>

  /external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp 40 PolynomialSolver<double,6> psolve6d( hardCase_polynomial.cast<double>() );
  /external/guava/guava/src/com/google/common/base/
Throwables.java 64 throw declaredType.cast(throwable);
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 56 JniHdf globalHdf = JniHdf.cast(global);
JniHdf.java 43 static JniHdf cast(HDF hdf) { method in class:JniHdf
69 return new JniHdf(hdfptr, cast(parent));
313 JniHdf jniHdf = cast(hdf);
384 JniHdf source = cast(src);
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 99 Add(cast<Instruction>(U));
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 111 visitPHINode(*cast<PHINode>(I));
174 SwitchInst &SI = cast<SwitchInst>(TI);
198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
308 Instruction *UI = cast<Instruction>(U);
  /external/llvm/lib/CodeGen/
RegUsageInfoPropagate.cpp 118 UpdateRegMask(cast<Function>(Operand.getGlobal()));
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 386 std::make_pair(cast<MCSymbolELF>(Alias), cast<MCSymbolELF>(Begin)));
392 const auto &Alias = cast<MCSymbolELF>(A);
399 const auto &Symbol = cast<MCSymbolELF>(Ref->getSymbol());
462 const auto &Symbol = cast<MCSymbolELF>(*MSD.Symbol);
571 auto &Sec = cast<MCSectionELF>(Sym->getSection());
627 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent());
650 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol());
675 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr;
682 SymA = cast<MCSymbolELF>(&Inner->getSymbol())
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 454 cast<ConstantSDNode>(Op0)->getSExtValue());
457 cast<ConstantSDNode>(Op1)->getSExtValue());
466 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -
467 cast<GlobalAddressSDNode>(Anchor)->getOffset());
556 cast<ConstantSDNode>(Addr)->getSExtValue()))
607 int64_t FrameIndex = cast<FrameIndexSDNode>(Base)->getIndex();
    [all...]
SystemZTDC.cpp 239 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) {
241 if (!Cast->getSrcTy()->isFloatTy() &&
242 !Cast->getSrcTy()->isDoubleTy() &&
243 !Cast->getSrcTy()->isFP128Ty())
245 Value *V = Cast->getOperand(0);
257 PossibleJunk.insert(Cast);
291 std::tie(Op0, Mask0, Worthy0) = ConvertedInsts[cast<Instruction>(I.getOperand(0))];
292 std::tie(Op1, Mask1, Worthy1) = ConvertedInsts[cast<Instruction>(I.getOperand(1))];
320 convertFCmp(cast<CmpInst>(I));
322 convertICmp(cast<CmpInst>(I))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 54 ConstantSDNode *N = cast<ConstantSDNode>(inN);
137 uint64_t Val = cast<ConstantSDNode>(N)->getZExtValue();
157 cast<MachineSDNode>(node)->setMemRefs(MemOp, MemOp + 1);
246 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 387 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
388 ConstantInt *XorRHS = cast<ConstantInt>(I->getOperand(1));
516 // Convert to ZExt cast
541 BinaryOperator &BinOP = *cast<BinaryOperator>(I);
558 Instruction *Shr = cast<Instruction>(I->getOperand(0));
570 ShlOperator *IOp = cast<ShlOperator>(I);
597 if (cast<LShrOperator>(I)->isExact())
642 if (cast<AShrOperator>(I)->isExact())
666 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact());
    [all...]
  /external/llvm/tools/dsymutil/
BinaryHolder.h 130 return cast<ObjectFileType>(*ErrOrObj);
  /external/skia/src/effects/
SkHighContrastFilter.cpp 189 const HighContrastFilterEffect& that = other.cast<HighContrastFilterEffect>();
227 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>();
233 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>();
240 const HighContrastFilterEffect& hcfe = args.fFp.cast<HighContrastFilterEffect>();
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 124 const CustomXP& xp = p.cast<CustomXP>();
139 const CustomXP& xp = args.fXP.cast<CustomXP>();
159 const CustomXP& xp = proc.cast<CustomXP>();
186 const CustomXP& s = other.cast<CustomXP>();
GrGaussianConvolutionFragmentProcessor.cpp 40 args.fFp.cast<GrGaussianConvolutionFragmentProcessor>();
80 // We used to compute a bool indicating whether we're in bounds or not, cast it to a
122 processor.cast<GrGaussianConvolutionFragmentProcessor>();
176 processor.cast<GrGaussianConvolutionFragmentProcessor>();
263 sBase.cast<GrGaussianConvolutionFragmentProcessor>();
  /external/skqp/src/effects/
SkHighContrastFilter.cpp 187 const HighContrastFilterEffect& that = other.cast<HighContrastFilterEffect>();
225 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>();
231 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>();
238 const HighContrastFilterEffect& hcfe = args.fFp.cast<HighContrastFilterEffect>();
  /external/skqp/src/gpu/effects/
GrCustomXfermode.cpp 124 const CustomXP& xp = p.cast<CustomXP>();
139 const CustomXP& xp = args.fXP.cast<CustomXP>();
159 const CustomXP& xp = proc.cast<CustomXP>();
186 const CustomXP& s = other.cast<CustomXP>();
GrGaussianConvolutionFragmentProcessor.cpp 40 args.fFp.cast<GrGaussianConvolutionFragmentProcessor>();
80 // We used to compute a bool indicating whether we're in bounds or not, cast it to a
122 processor.cast<GrGaussianConvolutionFragmentProcessor>();
176 processor.cast<GrGaussianConvolutionFragmentProcessor>();
263 sBase.cast<GrGaussianConvolutionFragmentProcessor>();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GetElementPtrTypeIterator.h 58 CompositeType *CT = cast<CompositeType>(CurTy);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 145 if (CallSite CS = cast<Value>(&Inst)) {
174 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType();
179 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
210 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
CaptureTracking.cpp 67 Instruction *I = cast<Instruction>(U->getUser());
SparsePropagation.cpp 110 visitPHINode(*cast<PHINode>(I));
173 SwitchInst &SI = cast<SwitchInst>(TI);
198 Succs[SI.findCaseValue(cast<ConstantInt>(C))] = true;
308 Instruction *U = cast<Instruction>(*UI);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.cpp 288 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr);
295 const MCSymbolRefExpr &symRef = *cast<MCSymbolRefExpr>(expr);
319 fixSymbolsInTLSFixups(cast<MCUnaryExpr>(expr)->getSubExpr());
326 MCInstFragment &F = *cast<MCInstFragment>(getCurrentFragment());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineWorklist.h 90 Add(cast<Instruction>(*UI));

Completed in 912 milliseconds

<<31323334353637383940>>