Home
last modified time | relevance | path

Searched refs:createInstruction (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h40 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function in llvm::VPBuilder
48 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function in llvm::VPBuilder
50 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands)); in createInstruction()
119 VPInstruction *NewVPInst = createInstruction(Opcode, Operands); in createNaryOp()
130 return createInstruction(VPInstruction::Not, {Operand}); in createNot()
134 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}); in createAnd()
138 return createInstruction(Instruction::BinaryOps::Or, {LHS, RHS}); in createOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstrBuilder.h71 Expected<std::unique_ptr<Instruction>> createInstruction(const MCInst &MCI);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3661 static Value *createInstruction(llvm::Intrinsic::ID id, Value *x) in createInstruction() function
3670 static Value *createInstruction(llvm::Intrinsic::ID id, Value *x, Value *y) in createInstruction() function
3682 return RValue<Int>(createInstruction(llvm::Intrinsic::x86_sse_cvtss2si, RValue<Float4>(vector).value())); in cvtss2si()
3687 return RValue<Int4>(createInstruction(llvm::Intrinsic::x86_sse2_cvtps2dq, val.value())); in cvtps2dq()
3704 return RValue<Float>(Nucleus::createExtractElement(createInstruction(llvm::Intrinsic::x86_sse_rcp_ss, vector), Float::type(), 0)); in rcpss()
3726 return RValue<Float>(Nucleus::createExtractElement(createInstruction(llvm::Intrinsic::x86_sse_rsqrt_ss, vector), Float::type(), 0)); in rsqrtss()
3731 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_rcp_ps, val.value())); in rcpps()
3741 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_rsqrt_ps, val.value())); in rsqrtps()
3746 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_max_ps, x.value(), y.value())); in maxps()
3751 return RValue<Float4>(createInstruction(llv in minps()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp610 InstrBuilder::createInstruction(const MCInst &MCI) {
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js91424 function createInstruction(instruction) { global() function
[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 209 milliseconds