Searched refs:InsertValue (Results 1 – 20 of 20) sorted by relevance
/third_party/grpc/src/core/lib/security/authorization/ |
D | authorization_engine.cc | 100 activation->InsertValue(kUrlPath, in CreateActivation() 106 activation->InsertValue(kHost, in CreateActivation() 112 activation->InsertValue(kMethod, in CreateActivation() 132 activation->InsertValue(kHeaders, in CreateActivation() 137 activation->InsertValue( in CreateActivation() 142 activation->InsertValue( in CreateActivation() 147 activation->InsertValue( in CreateActivation() 152 activation->InsertValue(kDestinationPort, mock_cel::CelValue::CreateInt64( in CreateActivation() 157 activation->InsertValue( in CreateActivation() 163 activation->InsertValue( in CreateActivation()
|
/third_party/grpc/src/core/lib/security/authorization/mock_cel/ |
D | activation.h | 51 void InsertValue(absl::string_view /*name*/, const CelValue& /*value*/) {} in InsertValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 207 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr() 225 return CE->getOpcode() == Instruction::InsertValue; in classof() 550 case Instruction::InsertValue:
|
D | Instruction.cpp | 368 case InsertValue: return "insertvalue"; in getOpcodeName()
|
D | Constants.cpp | 1259 getOpcode() == Instruction::InsertValue; in hasIndices() 1319 case Instruction::InsertValue: in getWithOperands() 2269 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue() 3079 case Instruction::InsertValue: in getAsInstruction()
|
D | Instructions.cpp | 2119 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 83 case Instruction::InsertValue: in isCompatibleReplacement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 280 case Instruction::InsertValue: in remapConstantExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 195 HANDLE_OTHER_INST(63, InsertValue, InsertValueInst) // insert into aggregate
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.def | 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
D | Instructions.h | 2508 return I->getOpcode() == Instruction::InsertValue; 2525 : Instruction(Agg->getType(), InsertValue, 2536 : Instruction(Agg->getType(), InsertValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 549 case Instruction::InsertValue: { in visitConstantExpr()
|
D | InstructionSimplify.cpp | 5439 case Instruction::InsertValue: { in SimplifyInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 482 case Instruction::InsertValue: in lookupOrAdd()
|
D | GVN.cpp | 536 case Instruction::InsertValue: in lookupOrAdd() 1712 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
|
D | NewGVN.cpp | 1971 case Instruction::InsertValue: in performSymbolicEvaluation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 890 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1645 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2953 case Instruction::InsertValue: in canReplaceOperandWithVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2661 case Instruction::InsertValue: { in writeInstruction()
|