Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h115 static ABIArgInfo getExtend(llvm::Type *T = nullptr) {
122 auto AI = getExtend(T);
/external/clang/lib/CodeGen/
DTargetInfo.cpp417 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
432 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
488 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
504 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
893 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
1124 return ABIArgInfo::getExtend(); in classifyArgumentType()
2127 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in getIndirectReturnResult()
2160 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in getIndirectResult()
2519 return ABIArgInfo::getExtend(); in classifyReturnType()
2665 return ABIArgInfo::getExtend(); in classifyArgumentType()
[all …]
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp765 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
796 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend() function in WidenIV
836 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse); in CloneIVUser()
838 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse); in CloneIVUser()
977 Value *ExtOp = getExtend(Op, WideType, IsSigned, Cmp); in WidenLoopCompare()