Searched refs:createInstruction (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 40 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function 48 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function 50 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands)); in createInstruction() 119 VPInstruction *NewVPInst = createInstruction(Opcode, Operands); 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()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 44 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function 52 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function 54 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands)); in createInstruction() 123 VPInstruction *NewVPInst = createInstruction(Opcode, Operands); 134 return createInstruction(VPInstruction::Not, {Operand}); in createNot() 138 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}); in createAnd() 142 return createInstruction(Instruction::BinaryOps::Or, {LHS, RHS}); in createOr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | InstrBuilder.h | 71 Expected<std::unique_ptr<Instruction>> createInstruction(const MCInst &MCI);
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | InstrBuilder.h | 71 Expected<std::unique_ptr<Instruction>> createInstruction(const MCInst &MCI);
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3628 static Value *createInstruction(llvm::Intrinsic::ID id, Value *x) in createInstruction() function 3637 static Value *createInstruction(llvm::Intrinsic::ID id, Value *x, Value *y) in createInstruction() function 3649 …return RValue<Int>(createInstruction(llvm::Intrinsic::x86_sse_cvtss2si, RValue<Float4>(vector).val… in cvtss2si() 3654 return RValue<Int4>(createInstruction(llvm::Intrinsic::x86_sse2_cvtps2dq, val.value())); in cvtps2dq() 3661 …return RValue<Float>(Nucleus::createExtractElement(createInstruction(llvm::Intrinsic::x86_sse_rcp_… in rcpss() 3673 …return RValue<Float>(Nucleus::createExtractElement(createInstruction(llvm::Intrinsic::x86_sse_rsqr… in rsqrtss() 3678 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_rcp_ps, val.value())); in rcpps() 3688 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_rsqrt_ps, val.value())); in rsqrtps() 3693 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_max_ps, x.value(), y.value())); in maxps() 3698 return RValue<Float4>(createInstruction(llvm::Intrinsic::x86_sse_min_ps, x.value(), y.value())); in minps() [all …]
|
/external/llvm-project/llvm/tools/llvm-mca/ |
D | llvm-mca.cpp | 475 IB.createInstruction(MCI); in main()
|
/external/llvm-project/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 613 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction() function in llvm::mca::InstrBuilder
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 610 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction() function in llvm::mca::InstrBuilder
|