/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | LowerAtomic.cpp | 34 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/ |
D | LowerAtomic.cpp | 35 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/ |
D | LowerAtomic.cpp | 36 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/ |
D | AMDGPURewriteOutArguments.cpp | 395 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/ |
D | NVPTXGenericToNVVM.cpp | 227 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/ |
D | AtomicExpandPass.cpp | 929 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()
|
D | SjLjEHPrepare.cpp | 163 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/ |
D | AMDGPURewriteOutArguments.cpp | 347 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction() 350 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 846 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()
|
D | SjLjEHPrepare.cpp | 160 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/ |
D | AtomicExpandPass.cpp | 1054 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()
|
D | SjLjEHPrepare.cpp | 170 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/ |
D | NVPTXGenericToNVVM.cpp | 278 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/ |
D | SPIRVPrepareFunctions.cpp | 286 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/ |
D | fused_ir_emitter.cc | 141 ret = b->CreateInsertValue(ret, value, i); in HandleTuple()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 537 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/ |
D | InstCombineLoadStoreAlloca.cpp | 666 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/ |
D | CoroSplit.cpp | 208 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/ |
D | NVPTXGenericToNVVM.cpp | 223 Builder.CreateInsertValue(NewValue, NewOperands[i], ArrayRef(i)); in remapConstantVectorOrConstantAggregate()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 734 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/ |
D | dot_op_emitter.cc | 711 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/ |
D | TargetFolder.h | 264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|