Searched refs:ValTy (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h48 typedef typename ValueTypes::ValTy ValTy; typedef in class:clang::DataflowValues
51 typedef llvm::DenseMap<ProgramPoint, ValTy> EdgeDataMapTy;
52 typedef llvm::DenseMap<const CFGBlock*, ValTy> BlockDataMapTy;
53 typedef llvm::DenseMap<const Stmt*, ValTy> StmtDataMapTy;
87 ValTy& getEdgeData(const BlockEdge &E) {
93 const ValTy& getEdgeData(const BlockEdge &E) const {
101 ValTy& getBlockData(const CFGBlock *B) {
107 const ValTy& getBlockData(const CFGBlock *B) const {
117 ValTy
[all...]
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h86 ValTy;
89 ValTy Val;
183 V.Val = ValTy::getFromOpaqueValue(VP);
218 typename PointerUnion<PT1, PT2>::ValTy>::NumLowBitsAvailable
227 typedef PointerUnion<InnerUnion, PT3> ValTy; typedef in class:llvm::PointerUnion3
230 ValTy Val;
233 ValTy Val;
234 IsInnerUnion(ValTy val) : Val(val) {}
245 ValTy Val;
246 IsPT3(ValTy va
349 typedef PointerUnion<InnerUnion1, InnerUnion2> ValTy; typedef in class:llvm::PointerUnion4
[all...]
H A DScopedHashTable.h153 typedef ScopedHashTableVal<K, V> ValTy; typedef in class:llvm::ScopedHashTable
154 DenseMap<K, ValTy*, KInfo> TopLevelMap;
180 typename DenseMap<K, ValTy*, KInfo>::iterator I = TopLevelMap.find(Key);
196 typename DenseMap<K, ValTy*, KInfo>::iterator I =
212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DPointerUnion.h82 PointerUnionUIntTraits<PT1,PT2> > ValTy;
84 ValTy Val;
175 V.Val = ValTy::getFromOpaqueValue(VP);
197 PointerLikeTypeTraits<typename PointerUnion<PT1,PT2>::ValTy>
209 typedef PointerUnion<InnerUnion, PT3> ValTy;
211 ValTy Val;
214 ValTy Val;
215 IsInnerUnion(ValTy val) : Val(val) { }
228 ValTy Val;
229 IsPT3(ValTy va
[all...]
H A DScopedHashTable.h152 typedef ScopedHashTableVal<K, V> ValTy; typedef in class:llvm::ScopedHashTable
153 DenseMap<K, ValTy*, KInfo> TopLevelMap;
180 typename DenseMap<K, ValTy*, KInfo>::iterator I = TopLevelMap.find(Key);
196 typename DenseMap<K, ValTy*, KInfo>::iterator I =
212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp114 EVT ValTy = Addr.getValueType(); local
115 unsigned GPReg = ValTy == MVT::i32 ? Mips::GP : Mips::GP_64;
119 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
120 Offset = CurDAG->getTargetConstant(0, ValTy);
127 Base = CurDAG->getRegister(GPReg, ValTy);
136 Base = CurDAG->getRegister(GPReg, ValTy);
150 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
154 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
183 Offset = CurDAG->getTargetConstant(0, ValTy);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerUnion.h90 ValTy;
93 ValTy Val;
187 V.Val = ValTy::getFromOpaqueValue(VP);
223 typename PointerUnion<PT1, PT2>::ValTy>::NumLowBitsAvailable
232 typedef PointerUnion<InnerUnion, PT3> ValTy; typedef in class:llvm::PointerUnion3
235 ValTy Val;
238 ValTy Val;
239 IsInnerUnion(ValTy val) : Val(val) {}
250 ValTy Val;
251 IsPT3(ValTy va
355 typedef PointerUnion<InnerUnion1, InnerUnion2> ValTy; typedef in class:llvm::PointerUnion4
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp101 EVT ValTy = Addr.getValueType(); local
106 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
107 Offset = CurDAG->getTargetConstant(0, DL, ValTy);
130 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
131 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
137 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
163 Offset = CurDAG->getTargetConstant(0, DL, ValTy);
H A DMipsSEISelDAGToDAG.cpp286 EVT ValTy = Addr.getValueType(); local
288 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
289 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), ValTy);
302 EVT ValTy = Addr.getValueType(); local
307 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
312 ValTy);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCallSite.h41 typename ValTy = const Value,
54 CallSiteBase(ValTy *II) { *this = get(II); }
61 static CallSiteBase get(ValTy *V) {
86 ValTy *getCalledValue() const {
112 ValTy *getArgument(unsigned ArgNo) const {
/external/llvm/include/llvm/IR/
H A DCallSite.h42 typename ValTy = const Value,
56 explicit CallSiteBase(ValTy *II) { *this = get(II); }
64 static CallSiteBase get(ValTy *V) {
93 ValTy *getCalledValue() const {
158 ValTy *getArgument(unsigned ArgNo) const {
272 ValTy *getArgOperand(unsigned i) const {
276 ValTy *getReturnedArgOperand() const {
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp269 int ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, argument
274 ValTy->isVectorTy() && ValTy->getScalarSizeInBits() <= 32)
281 if (ValTy->getVectorElementType()->isIntegerTy())
286 if (ValTy->isVectorTy() &&
287 ValTy->getScalarSizeInBits() <= 32)
288 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U);
291 return BaseT::getVectorInstrCost(Opcode, ValTy, Index);
294 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { argument
298 if (ST->hasNEON() && ValTy
[all...]
H A DARMTargetTransformInfo.h110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h97 int getVectorInstrCost(unsigned Opcode, Type *ValTy, unsigned Index);
H A DAMDGPUTargetTransformInfo.cpp215 int AMDGPUTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, argument
227 return BaseT::getVectorInstrCost(Opcode, ValTy, Index);
/external/llvm/lib/Analysis/
H A DCostModel.cpp423 Type *ValTy = I->getOperand(0)->getType(); local
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
428 Type *ValTy = SI->getValueOperand()->getType(); local
429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy,
H A DTargetTransformInfo.cpp310 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, argument
312 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h116 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h84 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
H A DPPCTargetTransformInfo.cpp310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { argument
311 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { argument
490 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy);
492 if (!(ValTy->isVectorTy() && !LT.second.isVector()) &&
502 if (ValTy->isVectorTy()) {
503 unsigned Num = ValTy->getVectorNumElements();
507 Opcode, ValTy->getScalarType(), CondTy);
511 return getScalarizationOverhead(ValTy, true, false) + Num * Cost;
H A DDIE.h293 ValTy; typedef in class:llvm::DIEValue
294 static_assert(sizeof(ValTy) <= sizeof(uint64_t) ||
295 sizeof(ValTy) <= sizeof(void *),
299 ValTy Val;
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp638 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy,
642 CharUnits Align = CGF.getContext().getTypeAlignInChars(ValTy);
644 ValTy =
650 CGF.getContext().getPointerType(ValTy),
653 Args.add(RValue::get(Val), ValTy); local
1206 auto *ValTy = AsValue local
1209 if (ValTy->isIntegerTy()) {
1210 assert(IntVal->getType() == ValTy && "Different integer types.");
1212 } else if (ValTy->isPointerTy())
1213 return RValue::get(CGF.Builder.CreateIntToPtr(IntVal, ValTy));
637 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, SourceLocation Loc, CharUnits SizeInChars) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h513 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
704 virtual int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
917 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) override {
918 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy);

Completed in 1033 milliseconds

12