HomeSort by relevance Sort by last modified time
    Searched full:newinst (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/mesa3d/src/mesa/program/
programopt.c 51 struct prog_instruction *newInst;
73 newInst = rzalloc_array(vprog, struct prog_instruction, newLen);
74 if (!newInst) {
82 * newInst[0] = DP4 result.position.x, mvp.row[0], vertex.position;
83 * newInst[1] = DP4 result.position.y, mvp.row[1], vertex.position;
84 * newInst[2] = DP4 result.position.z, mvp.row[2], vertex.position;
85 * newInst[3] = DP4 result.position.w, mvp.row[3], vertex.position;
87 _mesa_init_instructions(newInst, 4);
89 newInst[i].Opcode = OPCODE_DP4;
90 newInst[i].DstReg.File = PROGRAM_OUTPUT
    [all...]
program.c 358 struct prog_instruction *newInst;
372 newInst = rzalloc_array(prog, struct prog_instruction, newLen);
373 if (!newInst) {
378 _mesa_copy_instructions(newInst, prog->arb.Instructions, start);
381 _mesa_init_instructions(newInst + start, count);
384 _mesa_copy_instructions(newInst + start + count,
392 prog->arb.Instructions = newInst;
408 struct prog_instruction *newInst;
422 newInst = rzalloc_array(mem_ctx, struct prog_instruction, newLen);
423 if (!newInst) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 490 swig_instance *newinst = (swig_instance *) malloc(sizeof(swig_instance));
491 newinst->thisptr = Tcl_DuplicateObj(robj);
492 Tcl_IncrRefCount(newinst->thisptr);
493 newinst->thisvalue = thisvalue;
494 newinst->classptr = (swig_class *) type->clientdata;
495 newinst->destroy = flags;
496 newinst->cmdtok = Tcl_CreateObjCommand(interp, Tcl_GetStringFromObj(robj,NULL), (swig_wrapper_func) SWIG_MethodCommand, (ClientData) newinst, (swig_delete_func) SWIG_ObjectDelete);
510 swig_instance *newinst = 0;
570 newinst = (swig_instance *) malloc(sizeof(swig_instance))
    [all...]
  /external/swiftshader/third_party/subzero/docs/
LOWERING.rst 66 NewInst = InstX8632Mov::create(Func, Reg, Src);
67 NewInst = InstX8632Mov::create(Func, Dst, Reg);
109 NewInst = InstX8632Mov::create(Func, Reg, Src);
110 NewInst = InstX8632Ret::create(Func, Reg);
148 NewInst = InstFakeKill::create(Func, CallInst);
173 NewInst = InstFakeKill::create(Func, CallInst);
176 NewInst = InstFakeDef::create(Func, RegHigh);
201 NewInst = InstFakeKill::create(Func, CallInst);
202 NewInst = InstFakeUse::create(Func, Reg);
203 NewInst = InstX8632Mov::create(Func, Result, Reg)
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 51 Instruction *NewInst = II->clone();
53 NewInst->setName(II->getName()+NameSuffix);
54 NewBB->getInstList().push_back(NewInst);
55 VMap[&*II] = NewInst; // Add instruction map to value.
281 Instruction *NewInst = II->clone();
285 if (!isa<PHINode>(NewInst)) {
286 RemapInstruction(NewInst, VMap,
293 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
299 if (!NewInst->mayHaveSideEffects()) {
301 delete NewInst;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 405 Instruction *NewInst) {
416 PHI->addIncoming(NewInst, OrigBB);
457 Instruction *NewInst = Inst->clone();
458 if (CallInst *CI = dyn_cast<CallInst>(NewInst)) {
466 InvokeInst *II = dyn_cast<InvokeInst>(NewInst);
474 NewInst);
477 NewInst->setMetadata(LLVMContext::MD_prof, 0);
478 CallSite NewCS(NewInst);
485 BitCastInst *BI = new BitCastInst(NewCS.getArgument(I), PTy, "", NewInst);
490 return insertCallRetCast(Inst, NewInst, DirectCallee)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 143 Instruction *NewInst = createReplacementInstr(CE, InsertPos);
144 PN->setOperand(I, NewInst);
147 Instruction *NewInst = createReplacementInstr(CE, Instr);
148 Instr->replaceUsesOfWith(CE, NewInst);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 171 struct tgsi_full_instruction newInst;
255 newInst = tgsi_default_full_instruction();
256 newInst.Instruction.Opcode = TGSI_OPCODE_RCP;
257 newInst.Instruction.NumDstRegs = 1;
258 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
259 newInst.Dst[0].Register.Index = tmp0;
260 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_Z;
261 newInst.Instruction.NumSrcRegs = 1;
262 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
263 newInst.Src[0].Register.Index = tmp0
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 46 Instruction *NewInst = II->clone();
48 NewInst->setName(II->getName()+NameSuffix);
49 NewBB->getInstList().push_back(NewInst);
50 VMap[II] = NewInst; // Add instruction map to value.
240 Instruction *NewInst = II->clone();
242 NewInst->setName(II->getName()+NameSuffix);
243 NewBB->getInstList().push_back(NewInst);
244 VMap[II] = NewInst; // Add instruction map to value.
292 Instruction *NewInst = OldTI->clone();
294 NewInst->setName(OldTI->getName()+NameSuffix)
    [all...]
  /frameworks/rs/rsov/compiler/
Builtin.cpp 308 auto newInst = mBuilder.MakeInBoundsAccessChain(inst->mResultType,
311 newInst->setId(inst->getId());
312 return newInst;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
local_access_chain_convert_pass.cpp 56 std::unique_ptr<ir::Instruction> newInst(new ir::Instruction(
58 def_use_mgr_->AnalyzeInstDefUse(&*newInst);
59 newInsts->emplace_back(std::move(newInst));
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 559 Ice::InstCall *NewInst = nullptr;
571 NewInst = Ice::InstIntrinsicCall::create(Func.get(), NumArgs, Dest,
576 if (NewInst == nullptr) {
577 NewInst = Ice::InstCall::create(Func.get(), NumArgs, Dest, CallTarget,
581 NewInst->addArg(convertOperand(Instr, i));
584 validateIntrinsicCall(NewInst, Info);
586 return NewInst;
    [all...]
IceCfgNode.cpp 264 auto *NewInst = InstAssign::create(Func, Dest, Operand);
266 Insts.insert(SafeInsertionPoint, NewInst);
268 Insts.insert(InsertionPoint, NewInst);
    [all...]
IceTargetLowering.cpp 703 auto *NewInst =
705 Node->getInsts().insert(instToIterator(Info.FirstUse), NewInst);
708 auto *NewInst =
710 Node->getInsts().insertAfter(instToIterator(Info.LastDef), NewInst);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 731 BluetoothMapMasInstance newInst =
733 mMasInstances.append(masId, newInst);
734 mMasInstanceMap.put(account, newInst);
737 newInst.startSocketListeners();
796 BluetoothMapMasInstance newInst =
798 mMasInstances.append(masId, newInst);
799 mMasInstanceMap.put(account, newInst);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 176 Instruction *NewInst = &Inst;
178 NewInst = cast<Instruction>(VMap[NewInst]);
180 assert(!isa<BranchInst>(NewInst) &&
182 Unused.push_back(NewInst);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 504 Instruction *NewInst = NewCS.getInstruction();
505 NewInst->takeName(Inst);
506 Inst->replaceAllUsesWith(NewInst);
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 584 struct prog_instruction *newInst;
589 newInst =
591 if (!newInst) {
596 _mesa_copy_instructions(newInst, p->program->arb.Instructions,
601 p->program->arb.Instructions = newInst;
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 706 // NewLoc: the users of NewInst, and the operands of NewInst.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 767 // NewLoc: the users of NewInst, and the operands of NewInst.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 758 // NewLoc: the users of NewInst, and the operands of NewInst.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 758 // NewLoc: the users of NewInst, and the operands of NewInst.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 767 // NewLoc: the users of NewInst, and the operands of NewInst.

Completed in 2121 milliseconds

1 2 3