Searched refs:SetValue (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function 96 SetValue(&I, R, SF); in visitUnaryOperator() 355 SetValue(&I, R, SF); in visitICmpInst() 697 SetValue(&I, R, SF); in visitFCmpInst() 842 SetValue(&I, R, SF); in visitBinaryOperator() 868 SetValue(&I, R, SF); in visitSelectInst() 910 SetValue(CallingSF.Caller, Result, CallingSF); in popStackAndReturnValueToCaller() 1009 SetValue(PN, ResultValues[i], SF); in SwitchToNewBasicBlock() 1040 SetValue(&I, Result, SF); in visitAllocaInst() 1089 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 379 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument 395 PointerType::get(SetValue->getType(), dstAS)); in createMemSetLoop() 402 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop() 410 SetValue, in createMemSetLoop() 411 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.h | 198 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
|
| H A D | TGParser.cpp | 161 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser 2724 SetValue(CurRec, ValLoc, DeclName, None, Val)) in ParseDeclaration() 2913 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem() 2958 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 545 void SetValue(const std::string& new_value) { in SetValue() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2079 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
|