Home
last modified time | relevance | path

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

1234

/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/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-project/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-project/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/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/llvm-project/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/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp947 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandPartwordCmpXchg()
948 Res = Builder.CreateInsertValue(Res, Success, 1); in expandPartwordCmpXchg()
1010 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandAtomicCmpXchgToMaskedIntrinsic()
1013 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchgToMaskedIntrinsic()
1100 Res = Builder.CreateInsertValue(Res, OldVal, 0); in convertCmpXchgToIntegerType()
1101 Res = Builder.CreateInsertValue(Res, Succ, 1); in convertCmpXchgToIntegerType()
1343 Res = Builder.CreateInsertValue(UndefValue::get(CI->getType()), Loaded, 0); in expandAtomicCmpXchg()
1344 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchg()
1828 V = Builder.CreateInsertValue(V, ExpectedOut, 0); in expandAtomicOpToLibcall()
1829 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/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/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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc137 ret = b_->CreateInsertValue(ret, val_i, i); in HandleTuple()
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilderFolder.h135 virtual Value *CreateInsertValue(Constant *Agg, Constant *Val,
DConstantFolder.h277 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc647 updated_accum = b_->CreateInsertValue( in EmitNaiveLlvmIrGemm()
649 updated_accum = b_->CreateInsertValue( in EmitNaiveLlvmIrGemm()
721 result = b_->CreateInsertValue(result, real, {0}); in EmitScalarDot()
722 result = b_->CreateInsertValue(result, imag, {1}); in EmitScalarDot()
/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/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp635 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
666 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
681 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
715 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-10.0/llvm/include/llvm/IR/
DConstantFolder.h272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/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/Analysis/
DTargetFolder.h264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function

1234