HomeSort by relevance Sort by last modified time
    Searched refs:getExtend (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 112 static ABIArgInfo getExtend(llvm::Type *T = nullptr) {
119 auto AI = getExtend(T);
  /external/clang/lib/CodeGen/
TargetInfo.cpp 387 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();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 751 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
777 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
817 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse);
819 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);
    [all...]

Completed in 58 milliseconds