/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/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/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 472 result = ir_builder_.CreateInsertValue(result, real_result, {0}); in HandleDot() 473 result = ir_builder_.CreateInsertValue(result, imag_result, {1}); in HandleDot() 559 updated_accum = ir_builder_.CreateInsertValue( in HandleDot() 561 updated_accum = ir_builder_.CreateInsertValue( in HandleDot()
|
/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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | fused_ir_emitter.cc | 145 ret = ir_builder_->CreateInsertValue(ret, val_i, i); in HandleTuple()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 835 updated_accum = ir_builder_->CreateInsertValue( in Emit() 837 updated_accum = ir_builder_->CreateInsertValue( in Emit() 896 result = ir_builder_->CreateInsertValue(result, real, {0}); in EmitScalarDot() 897 result = ir_builder_->CreateInsertValue(result, imag, {1}); in EmitScalarDot()
|
/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/include/llvm/Support/ |
D | ConstantFolder.h | 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | NoFolder.h | 278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | TargetFolder.h | 247 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | IRBuilder.h | 421 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet() 1198 Value *CreateInsertValue(Value *Agg, Value *Val, 1203 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 655 Builder.CreateInsertValue(UndefValue::get(LPadSlotTy), in UpgradeExceptionHandling() 657 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1), in UpgradeExceptionHandling()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | NoFolder.h | 291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | IRBuilder.h | 666 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet() 1645 Value *CreateInsertValue(Value *Agg, Value *Val, 1650 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 648 IRB.CreateInsertValue(UndefValue::get(CASI->getType()), OldVal, 0); in instrumentAtomic() 649 Res = IRB.CreateInsertValue(Res, Success, 1); in instrumentAtomic()
|
D | DataFlowSanitizer.cpp | 1387 IRB.CreateInsertValue(UndefValue::get(RT), RI.getReturnValue(), 0); in visitReturnInst() 1389 IRB.CreateInsertValue(InsVal, DFSF.getShadow(RI.getReturnValue()), 1); in visitReturnInst()
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 759 Pair = B.CreateInsertValue(Pair, LoadedValue, {0}); in scanTypeCheckedLoadUsers() 760 Pair = B.CreateInsertValue(Pair, TypeTestCall, {1}); in scanTypeCheckedLoadUsers()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 1831 next_accumulator = ir_builder_->CreateInsertValue( in MakeElementGenerator() 1836 next_accumulator = ir_builder_->CreateInsertValue( in MakeElementGenerator() 1876 auto complex = ir_builder_->CreateInsertValue( in EmitComposeComplex() 1879 complex = ir_builder_->CreateInsertValue(complex, imag, {1}); in EmitComposeComplex()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 766 LPadVal = Builder.CreateInsertValue(LPadVal, ExnVal, 0, "lpad.val"); in setupFunctionContext() 767 LPadVal = Builder.CreateInsertValue(LPadVal, SelVal, 1, "lpad.val"); in setupFunctionContext()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 571 Res = Builder.CreateInsertValue(Res, L, i); in getOrCreateResultFromMemIntrinsic()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 715 Res = Builder.CreateInsertValue(Res, Elt, i); in ConvertScalar_ExtractValue() 726 Res = Builder.CreateInsertValue(Res, Elt, i); in ConvertScalar_ExtractValue() 1807 Insert = Builder.CreateInsertValue(Insert, Load, i, "insert"); in RewriteForScalarRepl()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1382 LPadVal = Builder.CreateInsertValue(LPadVal, Exn, 0, "lpad.val"); in getEHResumeBlock() 1383 LPadVal = Builder.CreateInsertValue(LPadVal, Sel, 1, "lpad.val"); in getEHResumeBlock()
|