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

  /frameworks/compile/libbcc/lib/
RSX86CallConvPass.cpp 119 llvm::Function *NewFn = llvm::Function::Create(NewTy,
128 NewFn->addAttribute(i+1, llvm::Attribute::ByVal);
131 NewFn->copyAttributesFrom(OrigFn);
132 NewFn->takeName(OrigFn);
135 NAI=NewFn->arg_begin();
140 return NewFn;
144 llvm::Function *NewFn,
149 auto NewCI = llvm::CallInst::Create(NewFn, Args, "", CI);
196 llvm::Function *NewFn = RedefineFn(OrigFn, ArgsToDeref);
199 ReplaceCallInsn(CS, NewFn, ArgsToDeref)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 641 wchar_t *NewFn;
662 NewFn = GetFileNameFromPath(NormalizedPath);
664 wcsncpy(NewFileInfo->FileName, NewFn, wcslen(NewFn) + 1);
666 NewFileInfo->Size = sizeof(EFI_FILE_INFO) + StrSize(NewFn);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 32 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
73 NewFn = cast<Function>(M->getOrInsertFunction(
99 NewFn = cast<Function>(M->getOrInsertFunction(NameTmp,
126 NewFn = F;
151 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) {
152 NewFn = 0;
153 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn);
156 if (NewFn)
157 F = NewFn;
171 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) {
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 159 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap);
160 Fn->replaceAllUsesWith(NewFn);
161 NewFn->takeName(Fn);
163 Fn = NewFn;
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 37 Function *&NewFn) {
46 NewFn = Intrinsic::getDeclaration(F->getParent(), IID);
53 Function *&NewFn) {
62 NewFn = Intrinsic::getDeclaration(F->getParent(), IID);
66 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
87 NewFn = Function::Create(fType, F->getLinkage(),
92 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctpop,
103 NewFn = Function::Create(fType, F->getLinkage(),
122 NewFn = Intrinsic::getDeclaration(F->getParent(),
125 NewFn = Intrinsic::getDeclaration(F->getParent()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 335 milliseconds