HomeSort by relevance Sort by last modified time
    Searched defs:NewFT (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600OpenCLImageTypeLoweringPass.cpp 306 auto NewFT = FunctionType::get(FT->getReturnType(), ArgTypes, false);
307 auto NewF = Function::Create(NewFT, F->getLinkage(), F->getName());
  /external/llvm/lib/Target/AMDGPU/
AMDGPUOpenCLImageTypeLoweringPass.cpp 289 auto NewFT = FunctionType::get(FT->getReturnType(), ArgTypes, false);
290 auto NewF = Function::Create(NewFT, F->getLinkage(), F->getName());
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 271 FunctionType *NewFT);
536 FunctionType *NewFT) {
538 Function *NewF = Function::Create(NewFT, NewFLink, NewFName,
544 AttributeFuncs::typeIncompatible(NewFT->getReturnType())));
716 FunctionType *NewFT = getArgsFunctionType(FT);
717 Function *NewF = Function::Create(NewFT, F.getLinkage(), "", &M);
722 AttributeFuncs::typeIncompatible(NewFT->getReturnType())));
754 FunctionType *NewFT = getInstrumentedABI() == IA_Args
759 GlobalValue::LinkOnceODRLinkage, NewFT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 369 FunctionType *NewFT);
646 FunctionType *NewFT) {
648 Function *NewF = Function::Create(NewFT, NewFLink, NewFName,
653 AttributeFuncs::typeIncompatible(NewFT->getReturnType()));
821 FunctionType *NewFT = getArgsFunctionType(FT);
822 Function *NewF = Function::Create(NewFT, F.getLinkage(), "", &M);
826 AttributeFuncs::typeIncompatible(NewFT->getReturnType()));
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 852 milliseconds