Searched refs:SelectCall (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h377 bool SelectCall(const User *I);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp169 bool SelectCall(const Instruction *I, const char *IntrMemName);
2350 bool ARMFastISel::SelectCall(const Instruction *I, function in class:ARMFastISel
2621 return SelectCall(&I, IntrMemName);
2635 return SelectCall(&I, "memset");
2935 return SelectCall(I);
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp45 // SelectCall: Handle function pointers.
46 // SelectCall: Handle multi-register return values.
47 // SelectCall: Optimize away nops for local calls.
52 // SelectCall: Handle small byval arguments.
136 bool SelectCall(const Instruction *I);
1354 bool PPCFastISel::SelectCall(const Instruction *I) { function in class:PPCFastISel
1775 return SelectCall(I);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp560 bool FastISel::SelectCall(const User *I) { function in class:FastISel
1050 return SelectCall(I);

Completed in 83 milliseconds