Home
last modified time | relevance | path

Searched refs:NewTarget (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp81 MachineInstr &MI, MachineBasicBlock *NewTarget) { in InvertAndChangeJumpTarget()
103 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
80 InvertAndChangeJumpTarget( MachineInstr &MI, MachineBasicBlock *NewTarget) InvertAndChangeJumpTarget() argument
H A DHexagonInstrInfo.h475 MachineBasicBlock *NewTarget) const;
H A DHexagonInstrInfo.cpp4367 MachineInstr &MI, MachineBasicBlock *NewTarget) const { in invertAndChangeJumpTarget()
4369 << printMBBReference(*NewTarget); in invertAndChangeJumpTarget()
4379 MI.getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
/third_party/node/test/addons/new-target/
H A Dbinding.cc9 assert(!args.This()->StrictEquals(args.NewTarget())); in NewClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp730 MachineBasicBlock *NewTarget = *TailBB->succ_begin(); in duplicateSimpleBB() local
745 PredFBB = NewTarget; in duplicateSimpleBB()
747 PredTBB = NewTarget; in duplicateSimpleBB()
764 if (!PredBB->isSuccessor(NewTarget)) in duplicateSimpleBB()
765 PredBB->replaceSuccessor(TailBB, NewTarget); in duplicateSimpleBB()
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h110 V8_INLINE Local<Value> NewTarget() const;
407 Local<Value> FunctionCallbackInfo<T>::NewTarget() const { in NewTarget() function in v8::FunctionCallbackInfo
429 return !NewTarget()->IsUndefined(); in IsConstructCall()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h115 V8_INLINE Local<Value> NewTarget() const;
432 Local<Value> FunctionCallbackInfo<T>::NewTarget() const { in Get() function in v8::FunctionCallbackInfo
453 return !NewTarget()->IsUndefined(); in Get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1197 BasicBlock *&NewTarget = ExitBlockMap[OldTarget]; in emitCallAndSwitchStatement() local
1198 if (!NewTarget) { in emitCallAndSwitchStatement()
1201 NewTarget = BasicBlock::Create(Context, in emitCallAndSwitchStatement()
1218 ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement()
1227 TI->setSuccessor(i, NewTarget); in emitCallAndSwitchStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h314 void replaceEdgeKey(Function &OldTarget, Function &NewTarget);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp3427 LowerInt1BranchTarget NewTarget =
3431 Producer->getSrc(0), TargetTrue, NewTarget, SC_And);
3434 _br_short_circuit(NewTarget, Cond.invert());
3441 lowerInt1ForBranch(Producer->getSrc(1), TargetTrue, NewTarget, SC_All)
3450 LowerInt1BranchTarget NewTarget =
3454 Producer->getSrc(0), NewTarget, TargetFalse, SC_Or);
3457 _br_short_circuit(NewTarget, Cond);
3464 NewTarget, TargetFalse,
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1530 V(NewTarget, new_target, 1, Object)
/third_party/node/src/
H A Djs_native_api_v8.cc680 return v8impl::JsValueFromV8LocalValue(_cbinfo.NewTarget());
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 131 milliseconds