HomeSort by relevance Sort by last modified time
    Searched refs:SF (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
41 SF.Values[V] = Val;
258 ExecutionContext &SF = ECStack.back();
260 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
261 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
280 SetValue(&I, R, SF);
446 ExecutionContext &SF = ECStack.back();
448 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
449 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
474 SetValue(&I, R, SF);
    [all...]
Interpreter.h 200 gep_type_iterator E, ExecutionContext &SF);
206 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
213 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
214 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
216 ExecutionContext &SF);
218 ExecutionContext &SF);
220 ExecutionContext &SF);
222 ExecutionContext &SF);
224 ExecutionContext &SF);
226 ExecutionContext &SF);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 780 bool ModuleLinker::linkFunctionProto(Function *SF) {
781 GlobalValue *DGV = getLinkedToGlobal(SF);
788 if (getLinkageResult(DGV, SF, NewLinkage, NV, LinkFromSrc))
798 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
802 DoNotLinkFromSource.insert(SF);
809 // bring SF over.
810 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()),
811 SF->getLinkage(), SF->getName(), DstM)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
T_aget_short_8.d 27 .method public run([SF)S
  /external/emma/
test.sh 78 SF:com/android/bunnies/SubBunny.java
90 SF:com/android/bunnies/Bunny.java
  /external/openfst/src/include/fst/
lookahead-filter.h 629 typedef SequenceComposeFilter<M> SF;
630 typedef LookAheadComposeFilter<SF, M> ComposeFilter;
639 typedef AltSequenceComposeFilter<M> SF;
640 typedef LookAheadComposeFilter<SF, M> ComposeFilter;
650 typedef SequenceComposeFilter<M> SF;
651 typedef LookAheadComposeFilter<SF, M> LF;
663 typedef AltSequenceComposeFilter<M> SF;
664 typedef LookAheadComposeFilter<SF, M> LF;
676 typedef SequenceComposeFilter<M> SF;
677 typedef LookAheadComposeFilter<SF, M> LF
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/v8/src/mips/
assembler-mips.h     [all...]
assembler-mips.cc 935 SecondaryField SF,
938 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 577 Syscall param ioctl(TCSET{S,SW,SF}) points to unaddressable byte(s)
    [all...]

Completed in 263 milliseconds