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 D | LoopVectorizationPlanner.h | 40 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 D | InstrBuilder.h | 71 Expected<std::unique_ptr<Instruction>> createInstruction(const MCInst &MCI);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 3661 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 D | InstrBuilder.cpp | 610 InstrBuilder::createInstruction(const MCInst &MCI) {
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 91424 function createInstruction(instruction) { global() function [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 213 milliseconds