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

  /frameworks/compile/slang/
slang_rs_backend.cpp 362 llvm::IRBuilder<> *IB = new llvm::IRBuilder<>(BB);
376 llvm::Value *Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter,
381 llvm::Value *V = IB->CreateLoad(Ptr);
386 llvm::CallInst *CI = IB->CreateCall(F, Params);
391 IB->CreateRetVoid();
393 IB->CreateRet(CI);
395 delete IB;
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 45 EX->AL from DB to IB
46 SY->AL from DB to IB
47 SY->PO from DB to IB
48 SY->PR from DB to IB
49 SY->OP from DB to IB
50 AL->PR from DB to IB
51 AL->PO from DB to IB
52 PR->PR from DB to IB
53 PO->PO from DB to IB
54 PR->PO from DB to IB
    [all...]
  /external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp 1119 StringMap<StringSet<> >::iterator IB = ToolToInLang.find(NodeB);
1127 if (IB == ToolToInLang.end())
1130 if (!Intersect(IA->second, IB->second)) {
    [all...]

Completed in 3561 milliseconds