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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h112 static ABIArgInfo getExtend(llvm::Type *T = nullptr) { function
119 auto AI = getExtend(T);
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp387 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
402 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
458 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
474 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
737 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
944 return ABIArgInfo::getExtend();
1840 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
1873 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
2247 return ABIArgInfo::getExtend();
2391 return ABIArgInfo::getExtend();
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp751 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
777 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, function in class:WidenIV
817 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse);
819 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);

Completed in 545 milliseconds