HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 57 virtual void EmitThumbFunc(MCSymbol *Func);
200 void WinCOFFStreamer::EmitThumbFunc(MCSymbol *Func) {
MCPureStreamer.cpp 71 virtual void EmitThumbFunc(MCSymbol *Func) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 660 Function *Func =
669 CallInst *CI = CallInst::Create(Func, Operands, "BitInsertOpt");
825 Function *Func =
834 CallInst *CI = CallInst::Create(Func, Operands, "ByteExtractOpt");
    [all...]
  /external/stlport/test/unit/
ptrspec_test.cpp 71 void func() {} function in class:AClass
101 mem_func_vector.push_back(&AClass::func);
224 typedef void (*Func)(int);
229 vector<Func> fs;
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 71 void func() {} function in class:AClass
101 mem_func_vector.push_back(&AClass::func);
224 typedef void (*Func)(int);
229 vector<Func> fs;
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 71 void func() {} function in class:AClass
101 mem_func_vector.push_back(&AClass::func);
224 typedef void (*Func)(int);
229 vector<Func> fs;
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 43 LibFunc::Func Func;
104 LibFunc::Func TLIFn;
111 if (AllocationFnData[i].Func == TLIFn) {
317 LibFunc::Func TLIFn;
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 444 GCOVFunction Func(SP, &out, i, Options.UseCfgChecksum);
447 GCOVBlock &Block = Func.getBlock(BB);
451 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
454 Block.addEdge(Func.getReturnBlock());
470 Func.writeOut();
DebugIR.cpp 429 /// Returns a DebugInfo type that represents a function signature for Func.
430 DICompositeType createFunctionSignature(const Function *Func) {
432 DIDerivedType ReturnType(getOrCreateType(Func->getReturnType()));
435 const Function::ArgumentListType &Args(Func->getArgumentList());
MemorySanitizer.cpp 412 CreateVarArgHelper(Function &Func, MemorySanitizer &Msan,
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 661 bool StackColoring::runOnMachineFunction(MachineFunction &Func) {
664 << ((const Value*)Func.getFunction())->getName() << '\n');
665 MF = &Func;
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 220 ComplexPairTy (ComplexExprEmitter::*Func)
224 ComplexPairTy (ComplexExprEmitter::*Func)
633 ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&),
664 ComplexPairTy Result = (this->*Func)(OpInfo);
684 ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&)){
686 LValue LV = EmitCompoundAssignLValue(E, Func, Val);
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 627 LibFunc::Func &F) const {
642 F = (LibFunc::Func)(I - Start);
  /external/chromium/base/
tracked_objects.h 525 static void RunOnAllThreads(void (*Func)());
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 209 intel_translate_compare_func(ctx->Depth.Func);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 103 PUSH_DATA (push, nvgl_comparison_op(ctx->Depth.Func));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 209 intel_translate_compare_func(ctx->Depth.Func);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 103 PUSH_DATA (push, nvgl_comparison_op(ctx->Depth.Func));
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 294 // This constructor allows us to turn an Action<Func> object into an
296 // to Func's and Func's return type can be implicitly converted to
298 template <typename Func>
299 explicit Action(const Action<Func>& action);
    [all...]
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 309 def Func(target, source, env):
316 node = env.Command(dest_file, [], Func)[0]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 415 '::operator testing::Action<Func>\(\) const.*\n' +
  /external/llvm/include/llvm/MC/
MCStreamer.h 296 /// EmitThumbFunc - Note in the output that the specified @p Func is
298 virtual void EmitThumbFunc(MCSymbol *Func) = 0;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
268 Op<-1>() = Func;
272 cast<FunctionType>(cast<PointerType>(Func->getType())->getElementType());
288 void CallInst::init(Value *Func, const Twine &NameStr) {
290 Op<-1>() = Func;
294 cast<FunctionType>(cast<PointerType>(Func->getType())->getElementType());
302 CallInst::CallInst(Value *Func, const Twine &Name,
304 : Instruction(cast<FunctionType>(cast<PointerType>(Func->getType())
309 init(Func, Name);
312 CallInst::CallInst(Value *Func, const Twine &Name
    [all...]

Completed in 528 milliseconds

1 2 34 5 6 7 8