Home | History | Annotate | Download | only in X86

Lines Matching refs:Static

167 static CmpInst::Predicate optimizeCmpPredicate(const CmpInst *CI) {
207 static std::pair<X86::CondCode, bool>
245 static std::pair<unsigned, bool>
696 // Do static allocas.
1114 static unsigned X86ChooseCmpOpcode(EVT VT, const X86Subtarget *Subtarget) {
1135 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) {
1232 static unsigned SETFOpcTable[2][3] = {
1569 const static unsigned NumTypes = 4; // i8, i16, i32, i64
1570 const static unsigned NumOps = 4; // SDiv, SRem, UDiv, URem
1571 const static bool S = true; // IsSigned
1572 const static bool U = false; // !IsSigned
1573 const static unsigned Copy = TargetOpcode::COPY;
1583 const static struct DivRemEntry {
1756 static unsigned SETFOpcTable[2][3] = {
1889 static unsigned OpcTable[2][2][4] = {
2169 static bool isCommutativeIntrinsic(IntrinsicInst const &I) {
2326 static const unsigned SqrtOpc[2][2] = {
2436 static const unsigned MULOpc[] =
2438 static const unsigned Reg[] = { X86::AL, X86::AX, X86::EAX, X86::RAX };
2447 static const unsigned MULOpc[] =
2500 static const unsigned CvtOpc[2][2][2] = {
2601 static const MCPhysReg GPR32ArgRegs[] = {
2604 static const MCPhysReg GPR64ArgRegs[] = {
2607 static const MCPhysReg XMMArgRegs[] = {
2657 static unsigned computeBytesPoppedByCallee(const X86Subtarget &Subtarget,
2952 static const MCPhysReg XMMArgRegs[] = {
2987 // has hidden or protected visibility, or if it is static or local, then
3230 if (TM.getRelocationModel() == Reloc::Static &&
3288 assert(C->isStaticAlloca() && "dynamic alloca in the static alloca map?");