Searched refs:getExtend (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | ABIInfo.h | 94 static ABIArgInfo getExtend(llvm::Type *T = 0) { function in class:clang::ABIArgInfo
|
H A D | TargetInfo.cpp | 374 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 389 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 446 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 473 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 714 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 897 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 1599 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 1632 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); 2004 return ABIArgInfo::getExtend(); 2147 return ABIArgInfo::getExtend(); [all...] |
/external/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 704 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, 730 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, function in class:WidenIV 770 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse); 772 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);
|
Completed in 223 milliseconds