OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCDAGToDAGISel
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
38
///
PPCDAGToDAGISel
- PPC specific code to select PPC machine
41
class
PPCDAGToDAGISel
: public SelectionDAGISel {
47
explicit
PPCDAGToDAGISel
(PPCTargetMachine &tm)
168
void
PPCDAGToDAGISel
::InsertVRSaveCode(MachineFunction &Fn) {
233
SDNode *
PPCDAGToDAGISel
::getGlobalBaseReg() {
310
bool
PPCDAGToDAGISel
::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
331
bool
PPCDAGToDAGISel
::isRotateAndMask(SDNode *N, unsigned Mask,
375
SDNode *
PPCDAGToDAGISel
::SelectBitfieldInsert(SDNode *N) {
446
SDValue
PPCDAGToDAGISel
::SelectCC(SDValue LHS, SDValue RHS,
609
SDNode *
PPCDAGToDAGISel
::SelectSETCC(SDNode *N)
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
64
///
PPCDAGToDAGISel
- PPC specific code to select PPC machine
67
class
PPCDAGToDAGISel
: public SelectionDAGISel {
73
explicit
PPCDAGToDAGISel
(PPCTargetMachine &tm)
245
void
PPCDAGToDAGISel
::InsertVRSaveCode(MachineFunction &Fn) {
310
SDNode *
PPCDAGToDAGISel
::getGlobalBaseReg() {
456
void
PPCDAGToDAGISel
::selectFrameIndex(SDNode *SN, SDNode *N, unsigned Offset) {
469
bool
PPCDAGToDAGISel
::isRotateAndMask(SDNode *N, unsigned Mask,
513
bool
PPCDAGToDAGISel
::tryBitfieldInsert(SDNode *N) {
[
all
...]
Completed in 407 milliseconds