Home
last modified time | relevance | path

Searched refs:IRB (Results 1 – 25 of 1499) sorted by last modified time

12345678910>>...60

/dports/japanese/font-kanji26/ja-font-kanji26-1.0_3/
H A Dkanji26.aj763 ME2Z0M?81>EI4T%-_"[N:V^/)6M@IRB'=\P,CW6[=PMB$.ER#Y=PT>NB2N;Q<
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1002 IRB.CreateCall( in unpoisonDynamicAllocasBeforeInst()
1311 IRB.CreateCall( in instrumentMemIntrinsic()
1313 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
1314 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
1317 IRB.CreateCall( in instrumentMemIntrinsic()
1319 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
1320 IRB.CreateIntCast(MI->getOperand(1), IRB.getInt32Ty(), false), in instrumentMemIntrinsic()
3001 Alloca = IRB.CreateAlloca(IRB.getInt8Ty(), in createAllocaForLayout()
3215 IRB.CreateLoad(IRB.getInt32Ty(), OptionDetectUseAfterReturn), in processStaticAllocas()
3290 IRB.CreateStore(IRB.CreatePointerCast(&F, IntptrTy), BasePlus2); in processStaticAllocas()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1852 Value *TargetLoweringBase::getDefaultSafeStackPointerLocation(IRBuilder<> &IRB, in getDefaultSafeStackPointerLocation() argument
1856 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getDefaultSafeStackPointerLocation()
1884 Value *TargetLoweringBase::getSafeStackPointerLocation(IRBuilder<> &IRB) const { in getSafeStackPointerLocation()
1886 return getDefaultSafeStackPointerLocation(IRB, true); in getSafeStackPointerLocation()
1890 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getSafeStackPointerLocation()
1894 return IRB.CreateCall(Fn); in getSafeStackPointerLocation()
1944 Value *TargetLoweringBase::getIRStackGuard(IRBuilder<> &IRB) const { in getIRStackGuard()
1946 Module &M = *IRB.GetInsertBlock()->getParent()->getParent(); in getIRStackGuard()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1871 TargetLoweringBase::getDefaultSafeStackPointerLocation(IRBuilderBase &IRB, in getDefaultSafeStackPointerLocation() argument
1875 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getDefaultSafeStackPointerLocation()
1904 TargetLoweringBase::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation()
1906 return getDefaultSafeStackPointerLocation(IRB, true); in getSafeStackPointerLocation()
1910 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getSafeStackPointerLocation()
1914 return IRB.CreateCall(Fn); in getSafeStackPointerLocation()
1964 Value *TargetLoweringBase::getIRStackGuard(IRBuilderBase &IRB) const { in getIRStackGuard()
1966 Module &M = *IRB.GetInsertBlock()->getParent()->getParent(); in getIRStackGuard()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_builder.hpp79 return IRB()->${func['intrin']}(${argList});
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/
H A Dswr_shader.cpp697 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_fetch_input()
933 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_epilogue()
957 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_emit_prologue()
1000 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_fetch_input()
1082 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_fetch_output()
1171 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_store_output()
1565 IRB()->SetInsertPoint(block); in CompileGS()
1793 IRB()->SetInsertPoint(block); in CompileTES()
2094 IRB()->SetInsertPoint(block); in CompileTCS()
2349 IRB()->SetInsertPoint(block); in CompileVS()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp455 B->IRB()->SetInsertPoint(I); in runOnFunction()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp580 FunctionType* fTy = FunctionType::get(IRB()->getVoidTy(), args, false); in Create()
587 IRB()->SetInsertPoint(entry); in Create()
H A Dbuilder_mem.cpp46 return IRB()->CreateGEP(Ptr, Idx, Name); in GEP()
51 return IRB()->CreateGEP(Ty, Ptr, Idx, Name); in GEP()
72 return IRB()->CreateGEP(Ptr, IdxList, Name); in GEPA()
77 return IRB()->CreateGEP(Ty, Ptr, IdxList, Name); in GEPA()
99 return IRB()->CreateLoad(Ptr, Name); in LOAD()
105 return IRB()->CreateLoad(Ptr, Name); in LOAD()
111 return IRB()->CreateLoad(Ty, Ptr, Name); in LOAD()
118 return IRB()->CreateLoad(Ptr, isVolatile, Name); in LOAD()
H A Dbuilder_mem.h87 return IRB()->CreateMaskedLoad(Ptr, AlignType(Align), Mask, PassThru, Name);
92 return IRB()->CreateStore(Val, Ptr, isVolatile);
99 return IRB()->CreateMaskedStore(Val, Ptr, AlignType(Align), Mask);
H A Dstreamout_jit.cpp64 Value* enabled = TRUNC(LOAD(pBuf, {0, SWR_STREAMOUT_BUFFER_enable}), IRB()->getInt1Ty()); in oob()
141 Type* simd4Ty = getVectorType(IRB()->getFloatTy(), 4); in buildDecl()
211 IRB()->SetInsertPoint(validBB); in buildStream()
226 pOutBuffer[b] = GEP(pData, streamOffset, PointerType::get(IRB()->getInt32Ty(), 0)); in buildStream()
272 FunctionType* fTy = FunctionType::get(IRB()->getVoidTy(), args, false); in Create()
282 IRB()->SetInsertPoint(entry); in Create()
303 IRB()->SetInsertPoint(returnBB); in Create()
H A Dbuilder.h69 IRBuilder<>* IRB() { return mpIRBuilder; }; in IRB() function
H A Dbuilder_misc.cpp113 Constant* Builder::C(char i) { return ConstantInt::get(IRB()->getInt8Ty(), i); } in C()
115 Constant* Builder::C(uint8_t i) { return ConstantInt::get(IRB()->getInt8Ty(), i); } in C()
117 Constant* Builder::C(int i) { return ConstantInt::get(IRB()->getInt32Ty(), i); } in C()
119 Constant* Builder::C(int64_t i) { return ConstantInt::get(IRB()->getInt64Ty(), i); } in C()
123 Constant* Builder::C(uint32_t i) { return ConstantInt::get(IRB()->getInt32Ty(), i); } in C()
127 Constant* Builder::C(float i) { return ConstantFP::get(IRB()->getFloatTy(), i); } in C()
131 return ConstantInt::get(IRB()->getInt1Ty(), (pred ? 1 : 0)); in PRED()
778 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca()
782 IRB()->restoreIP(saveIP); in CreateEntryAlloca()
788 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca()
[all …]
H A Dfetch_jit.cpp130 IRB()->SetInsertPoint(entry); in Create()
405 BasicBlock* pCurrentBB = IRB()->GetInsertBlock(); in CreateGatherOddFormats()
872 mVWidth / 2, ConstantFP::get(IRB()->getDoubleTy(), 0.0f)); in JitGatherVertices()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_mem.h87 return IRB()->CreateMaskedLoad(Ptr, AlignType(Align), Mask, PassThru, Name);
92 return IRB()->CreateStore(Val, Ptr, isVolatile);
99 return IRB()->CreateMaskedStore(Val, Ptr, AlignType(Align), Mask);
H A Dbuilder_misc.cpp113 Constant* Builder::C(char i) { return ConstantInt::get(IRB()->getInt8Ty(), i); } in C()
115 Constant* Builder::C(uint8_t i) { return ConstantInt::get(IRB()->getInt8Ty(), i); } in C()
117 Constant* Builder::C(int i) { return ConstantInt::get(IRB()->getInt32Ty(), i); } in C()
119 Constant* Builder::C(int64_t i) { return ConstantInt::get(IRB()->getInt64Ty(), i); } in C()
123 Constant* Builder::C(uint32_t i) { return ConstantInt::get(IRB()->getInt32Ty(), i); } in C()
127 Constant* Builder::C(float i) { return ConstantFP::get(IRB()->getFloatTy(), i); } in C()
131 return ConstantInt::get(IRB()->getInt1Ty(), (pred ? 1 : 0)); in PRED()
778 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca()
782 IRB()->restoreIP(saveIP); in CreateEntryAlloca()
788 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca()
[all …]
H A Dfetch_jit.cpp130 IRB()->SetInsertPoint(entry); in Create()
405 BasicBlock* pCurrentBB = IRB()->GetInsertBlock(); in CreateGatherOddFormats()
872 mVWidth / 2, ConstantFP::get(IRB()->getDoubleTy(), 0.0f)); in JitGatherVertices()
H A Dstreamout_jit.cpp64 Value* enabled = TRUNC(LOAD(pBuf, {0, SWR_STREAMOUT_BUFFER_enable}), IRB()->getInt1Ty()); in oob()
141 Type* simd4Ty = getVectorType(IRB()->getFloatTy(), 4); in buildDecl()
211 IRB()->SetInsertPoint(validBB); in buildStream()
226 pOutBuffer[b] = GEP(pData, streamOffset, PointerType::get(IRB()->getInt32Ty(), 0)); in buildStream()
272 FunctionType* fTy = FunctionType::get(IRB()->getVoidTy(), args, false); in Create()
282 IRB()->SetInsertPoint(entry); in Create()
303 IRB()->SetInsertPoint(returnBB); in Create()
H A Dblend_jit.cpp580 FunctionType* fTy = FunctionType::get(IRB()->getVoidTy(), args, false); in Create()
587 IRB()->SetInsertPoint(entry); in Create()
H A Dbuilder.h69 IRBuilder<>* IRB() { return mpIRBuilder; }; in IRB() function
H A Dbuilder_mem.cpp46 return IRB()->CreateGEP(Ptr, Idx, Name); in GEP()
51 return IRB()->CreateGEP(Ty, Ptr, Idx, Name); in GEP()
72 return IRB()->CreateGEP(Ptr, IdxList, Name); in GEPA()
77 return IRB()->CreateGEP(Ty, Ptr, IdxList, Name); in GEPA()
99 return IRB()->CreateLoad(Ptr, Name); in LOAD()
105 return IRB()->CreateLoad(Ptr, Name); in LOAD()
111 return IRB()->CreateLoad(Ty, Ptr, Name); in LOAD()
118 return IRB()->CreateLoad(Ptr, isVolatile, Name); in LOAD()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp455 B->IRB()->SetInsertPoint(I); in runOnFunction()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_builder.hpp79 return IRB()->${func['intrin']}(${argList});
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/
H A Dswr_shader.cpp697 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_fetch_input()
933 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_epilogue()
957 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_emit_prologue()
1000 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_fetch_input()
1082 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_fetch_output()
1171 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_tcs_llvm_store_output()
1565 IRB()->SetInsertPoint(block); in CompileGS()
1793 IRB()->SetInsertPoint(block); in CompileTES()
2094 IRB()->SetInsertPoint(block); in CompileTCS()
2349 IRB()->SetInsertPoint(block); in CompileVS()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp455 B->IRB()->SetInsertPoint(I); in runOnFunction()

12345678910>>...60