Searched refs:getExtend (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DABIInfo.h96 static ABIArgInfo getExtend(llvm::Type *T = 0) { function in class:clang::ABIArgInfo
H A DTargetInfo.cpp381 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
396 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
453 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
480 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
723 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
936 return ABIArgInfo::getExtend();
1665 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
1698 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
2073 return ABIArgInfo::getExtend();
2216 return ABIArgInfo::getExtend();
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp704 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 370 milliseconds