Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.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()
DCorrelatedValuePropagation.cpp452 Value *NewI = B.CreateInsertValue(UndefValue::get(II->getType()), NewOp, 0); in processOverflowIntrinsic()
453 NewI = B.CreateInsertValue(NewI, ConstantInt::getFalse(II->getContext()), 1); in processOverflowIntrinsic()
/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-7.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-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp228 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate()
283 return Builder.CreateInsertValue(NewOperands[0], NewOperands[1], in remapConstantExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp855 Res = Builder.CreateInsertValue(Res, FinalOldVal, 0); in expandPartwordCmpXchg()
856 Res = Builder.CreateInsertValue(Res, Success, 1); in expandPartwordCmpXchg()
954 Res = Builder.CreateInsertValue(Res, OldVal, 0); in convertCmpXchgToIntegerType()
955 Res = Builder.CreateInsertValue(Res, Succ, 1); in convertCmpXchgToIntegerType()
1177 Res = Builder.CreateInsertValue(UndefValue::get(CI->getType()), Loaded, 0); in expandAtomicCmpXchg()
1178 Res = Builder.CreateInsertValue(Res, Success, 1); in expandAtomicCmpXchg()
1629 V = Builder.CreateInsertValue(V, ExpectedOut, 0); in expandAtomicOpToLibcall()
1630 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/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/cpu/
Ddot_op_emitter.cc504 updated_accum = b_->CreateInsertValue( in EmitNaiveLlvmIrGemm()
506 updated_accum = b_->CreateInsertValue( in EmitNaiveLlvmIrGemm()
572 result = b_->CreateInsertValue(result, real, {0}); in EmitScalarDot()
573 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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc183 ret = b_->CreateInsertValue(ret, val_i, i); in HandleTuple()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp699 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
732 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
747 return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue( in unpackLoadToAggregate()
782 V = IC.Builder.CreateInsertValue(V, L, i); in unpackLoadToAggregate()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
DTargetFolder.h247 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
DNoFolder.h278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp655 Builder.CreateInsertValue(UndefValue::get(LPadSlotTy), in UpgradeExceptionHandling()
657 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1), in UpgradeExceptionHandling()
/external/llvm/include/llvm/IR/
DConstantFolder.h237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h269 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp648 IRB.CreateInsertValue(UndefValue::get(CASI->getType()), OldVal, 0); in instrumentAtomic()
649 Res = IRB.CreateInsertValue(Res, Success, 1); in instrumentAtomic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp673 IRB.CreateInsertValue(UndefValue::get(CASI->getType()), OldVal, 0); in instrumentAtomic()
674 Res = IRB.CreateInsertValue(Res, Success, 1); in instrumentAtomic()
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp759 Pair = B.CreateInsertValue(Pair, LoadedValue, {0}); in scanTypeCheckedLoadUsers()
760 Pair = B.CreateInsertValue(Pair, TypeTestCall, {1}); in scanTypeCheckedLoadUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h261 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