/external/swiftshader/third_party/llvm-7.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()
|
D | CorrelatedValuePropagation.cpp | 452 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/ |
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-7.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-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 228 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/ |
D | AtomicExpandPass.cpp | 855 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()
|
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/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/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/cpu/ |
D | dot_op_emitter.cc | 504 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/ |
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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | fused_ir_emitter.cc | 183 ret = b_->CreateInsertValue(ret, val_i, i); in HandleTuple()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 699 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/ |
D | ConstantFolder.h | 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | TargetFolder.h | 247 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
D | NoFolder.h | 278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/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
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 269 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue() function
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 673 IRB.CreateInsertValue(UndefValue::get(CASI->getType()), OldVal, 0); in instrumentAtomic() 674 Res = IRB.CreateInsertValue(Res, Success, 1); in instrumentAtomic()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 261 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
|