Home
last modified time | relevance | path

Searched refs:InsertValue (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/src/core/lib/security/authorization/
Dauthorization_engine.cc100 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/
Dactivation.h51 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/
DConstantsContext.h207 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr()
225 return CE->getOpcode() == Instruction::InsertValue; in classof()
550 case Instruction::InsertValue:
DInstruction.cpp368 case InsertValue: return "insertvalue"; in getOpcodeName()
DConstants.cpp1259 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()
DInstructions.cpp2119 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp83 case Instruction::InsertValue: in isCompatibleReplacement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp280 case Instruction::InsertValue: in remapConstantExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def195 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/
DInstruction.def218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
DInstructions.h2508 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/
DCFLGraph.h549 case Instruction::InsertValue: { in visitConstantExpr()
DInstructionSimplify.cpp5439 case Instruction::InsertValue: { in SimplifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp482 case Instruction::InsertValue: in lookupOrAdd()
DGVN.cpp536 case Instruction::InsertValue: in lookupOrAdd()
1712 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
DNewGVN.cpp1971 case Instruction::InsertValue: in performSymbolicEvaluation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp890 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1645 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2953 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2661 case Instruction::InsertValue: { in writeInstruction()