HomeSort by: relevance | last modified time | path
    Searched refs:SetValue (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
96 SetValue(&I, R, SF);
355 SetValue(&I, R, SF);
697 SetValue(&I, R, SF);
842 SetValue(&I, R, SF);
868 SetValue(&I, R, SF);
910 SetValue(CallingSF.Caller, Result, CallingSF);
1009 SetValue(PN, ResultValues[i], SF);
1040 SetValue(&I, Result, SF);
1089 SetValue(&I, executeGEPOperation(I.getPointerOperand()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerMemIntrinsics.cpp 379 Value *CopyLen, Value *SetValue, Align DstAlign,
395 PointerType::get(SetValue->getType(), dstAS));
402 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType());
410 SetValue,
411 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex),
464 /* SetValue */ Memset->getValue(),
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h 198 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
TGParser.cpp 148 if (ERV->setValue(RV.getValue()))
159 /// SetValue -
161 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
213 if (RV->setValue(V, Loc)) {
2724 SetValue(CurRec, ValLoc, DeclName, None, Val))
2913 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
2958 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value))
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 545 void SetValue(const std::string& new_value) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2079 property_with_matching_key->SetValue(test_property.value());

Completed in 28 milliseconds