/external/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 1286 unsigned ARMPCLabelIndex = 0; in ExpandMI() local 1291 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI() 1292 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI() 1309 .addImm(ARMPCLabelIndex); in ExpandMI()
|
D | ARMISelLowering.cpp | 1824 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 1826 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall() 1839 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 1842 ARMPCLabelIndex, 0); in LowerCall() 1888 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 1891 ARMPCLabelIndex, 4); in LowerCall() 1898 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32); in LowerCall() 2515 unsigned ARMPCLabelIndex = 0; in LowerBlockAddress() local 2525 ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerBlockAddress() 2527 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress() [all …]
|
D | ARMISelLowering.h | 497 unsigned ARMPCLabelIndex; variable
|
D | ARMFastISel.cpp | 2939 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in ARMLowerPICELF() local 2942 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, in ARMLowerPICELF() 2966 .addImm(ARMPCLabelIndex); in ARMLowerPICELF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 1490 unsigned ARMPCLabelIndex = 0; in ExpandMI() local 1498 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI() 1500 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier, in ExpandMI() 1517 .addImm(ARMPCLabelIndex); in ExpandMI()
|
D | ARMISelLowering.h | 648 unsigned ARMPCLabelIndex; variable
|
D | ARMISelLowering.cpp | 2325 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 2327 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall() 2339 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 2342 ARMPCLabelIndex, 0); in LowerCall() 2392 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 2395 ARMPCLabelIndex, 4); in LowerCall() 2401 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32); in LowerCall() 3059 unsigned ARMPCLabelIndex = 0; in LowerBlockAddress() local 3069 ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerBlockAddress() 3071 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress() [all …]
|
D | ARMFastISel.cpp | 2957 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in ARMLowerPICELF() local 2960 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, in ARMLowerPICELF() 2988 .addImm(ARMPCLabelIndex); in ARMLowerPICELF()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 701 unsigned ARMPCLabelIndex; variable
|
D | ARMExpandPseudoInsts.cpp | 2371 unsigned ARMPCLabelIndex = 0; in ExpandMI() local 2379 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI() 2381 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier, in ExpandMI() 2398 .addImm(ARMPCLabelIndex); in ExpandMI()
|
D | ARMFastISel.cpp | 2951 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in ARMLowerPICELF() local 2954 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, in ARMLowerPICELF() 2982 .addImm(ARMPCLabelIndex); in ARMLowerPICELF()
|
D | ARMISelLowering.cpp | 2491 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 2493 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall() 2505 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 2508 ARMPCLabelIndex, 0); in LowerCall() 2558 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 2561 ARMPCLabelIndex, 4); in LowerCall() 2567 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32); in LowerCall() 3276 unsigned ARMPCLabelIndex = 0; in LowerBlockAddress() local 3286 ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerBlockAddress() 3288 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress() [all …]
|