Home
last modified time | relevance | path

Searched refs:CreateInsertValue (Results 1 – 25 of 72) sorted by relevance

123

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLowerAtomic.cpp34 Res = Builder.CreateInsertValue(PoisonValue::get(CXI->getType()), Orig, 0); in lowerAtomicCmpXchgInst()
35 Res = Builder.CreateInsertValue(Res, Equal, 1); in lowerAtomicCmpXchgInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp35 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0); in LowerAtomicCmpXchgInst()
36 Res = Builder.CreateInsertValue(Res, Equal, 1); in LowerAtomicCmpXchgInst()
/external/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp36 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0); in LowerAtomicCmpXchgInst()
37 Res = Builder.CreateInsertValue(Res, Equal, 1); in LowerAtomicCmpXchgInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp395 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()
419 Val = B.CreateInsertValue(UndefValue::get(EltTy), Val, 0); in runOnFunction()
422 NewRetVal = B.CreateInsertValue(NewRetVal, Val, RetIdx++); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp227 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate()
282 return Builder.CreateInsertValue(NewOperands[0], NewOperands[1], in remapConstantExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp929 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandPartwordCmpXchg()
930 Res = Builder.CreateInsertValue(Res, Success, 1); in expandPartwordCmpXchg()
994 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandAtomicCmpXchgToMaskedIntrinsic()
997 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchgToMaskedIntrinsic()
1084 Res = Builder.CreateInsertValue(Res, OldVal, 0); in convertCmpXchgToIntegerType()
1085 Res = Builder.CreateInsertValue(Res, Succ, 1); in convertCmpXchgToIntegerType()
1307 Res = Builder.CreateInsertValue(UndefValue::get(CI->getType()), Loaded, 0); in expandAtomicCmpXchg()
1308 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchg()
1793 V = Builder.CreateInsertValue(V, ExpectedOut, 0); in expandAtomicOpToLibcall()
1794 V = Builder.CreateInsertValue(V, Result, 1); in expandAtomicOpToLibcall()
DSjLjEHPrepare.cpp163 LPadVal = Builder.CreateInsertValue(LPadVal, ExnVal, 0, "lpad.val"); in substituteLPadValues()
164 LPadVal = Builder.CreateInsertValue(LPadVal, SelVal, 1, "lpad.val"); in substituteLPadValues()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp347 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()
350 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp846 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandPartwordCmpXchg()
847 Res = Builder.CreateInsertValue(Res, Success, 1); in expandPartwordCmpXchg()
945 Res = Builder.CreateInsertValue(Res, OldVal, 0); in convertCmpXchgToIntegerType()
946 Res = Builder.CreateInsertValue(Res, Succ, 1); in convertCmpXchgToIntegerType()
1173 Res = Builder.CreateInsertValue(UndefValue::get(CI->getType()), Loaded, 0); in expandAtomicCmpXchg()
1174 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchg()
1625 V = Builder.CreateInsertValue(V, ExpectedOut, 0); in expandAtomicOpToLibcall()
1626 V = Builder.CreateInsertValue(V, Result, 1); in expandAtomicOpToLibcall()
DSjLjEHPrepare.cpp160 LPadVal = Builder.CreateInsertValue(LPadVal, ExnVal, 0, "lpad.val"); in substituteLPadValues()
161 LPadVal = Builder.CreateInsertValue(LPadVal, SelVal, 1, "lpad.val"); in substituteLPadValues()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1054 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandPartwordCmpXchg()
1055 Res = Builder.CreateInsertValue(Res, Success, 1); in expandPartwordCmpXchg()
1118 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandAtomicCmpXchgToMaskedIntrinsic()
1121 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchgToMaskedIntrinsic()
1210 Res = Builder.CreateInsertValue(Res, OldVal, 0); in convertCmpXchgToIntegerType()
1211 Res = Builder.CreateInsertValue(Res, Succ, 1); in convertCmpXchgToIntegerType()
1454 Res = Builder.CreateInsertValue(PoisonValue::get(CI->getType()), Loaded, 0); in expandAtomicCmpXchg()
1455 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchg()
1953 V = Builder.CreateInsertValue(V, ExpectedOut, 0); in expandAtomicOpToLibcall()
1954 V = Builder.CreateInsertValue(V, Result, 1); in expandAtomicOpToLibcall()
DSjLjEHPrepare.cpp170 LPadVal = Builder.CreateInsertValue(LPadVal, ExnVal, 0, "lpad.val"); in substituteLPadValues()
171 LPadVal = Builder.CreateInsertValue(LPadVal, SelVal, 1, "lpad.val"); in substituteLPadValues()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp278 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate()
333 return Builder.CreateInsertValue(NewOperands[0], NewOperands[1], in remapConstantExpr()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVPrepareFunctions.cpp286 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); in buildUMulWithOverflowFunc()
287 Value *Res = IRB.CreateInsertValue(Agg, Overflow, {1}); in buildUMulWithOverflowFunc()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc141 ret = b->CreateInsertValue(ret, value, i); in HandleTuple()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp537 return IC.replaceInstUsesWith(LI, IC.Builder->CreateInsertValue( in unpackLoadToAggregate()
566 V = IC.Builder->CreateInsertValue(V, L, i); in unpackLoadToAggregate()
578 return IC.replaceInstUsesWith(LI, IC.Builder->CreateInsertValue( in unpackLoadToAggregate()
603 V = IC.Builder->CreateInsertValue(V, L, i); in unpackLoadToAggregate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp666 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
700 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
715 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
750 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp208 ReturnValue = Builder.CreateInsertValue(UndefValue::get(RetStructTy), in replaceFallthroughCoroEnd()
453 Agg = Builder.CreateInsertValue(Agg, Args[I], I); in replaceRetconSuspendUses()
1306 RetV = Builder.CreateInsertValue(RetV, CastedContinuation, 0); in splitRetconCoroutine()
1308 RetV = Builder.CreateInsertValue(RetV, ReturnPHIs[I], I); in splitRetconCoroutine()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp223 Builder.CreateInsertValue(NewValue, NewOperands[i], ArrayRef(i)); in remapConstantVectorOrConstantAggregate()
/external/llvm/include/llvm/IR/
DConstantFolder.h237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp734 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
763 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
776 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
808 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc711 updated_accum = b_->CreateInsertValue( in EmitNaiveLlvmIrGemm()
713 updated_accum = b_->CreateInsertValue( in EmitNaiveLlvmIrGemm()
785 result = b_->CreateInsertValue(result, real, {0}); in EmitScalarDot()
786 result = b_->CreateInsertValue(result, imag, {1}); in EmitScalarDot()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function

123