Home
last modified time | relevance | path

Searched defs:RHSC (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp107 int32_t RHSC = RHS->getSExtValue(); SelectAddrModeS9() local
136 int32_t RHSC = RHS->getSExtValue(); SelectAddrModeFar() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp698 int RHSC = (int)RHS->getSExtValue(); SelectAddrModeImm12() local
728 int RHSC = (int)RHS->getZExtValue(); SelectLdStSOReg() local
755 int RHSC; SelectLdStSOReg() local
937 int RHSC; SelectAddrMode3() local
1007 int RHSC; IsAddressingMode5() local
1179 int RHSC; SelectThumbAddrModeImm5S() local
1228 int RHSC; SelectThumbAddrModeSP() local
1258 int RHSC; SelectTAddrModeImm7() local
1316 int RHSC = (int)RHS->getZExtValue(); SelectT2AddrModeImm12() local
1342 int RHSC; SelectT2AddrModeImm8() local
1373 int RHSC = (int)RHS->getSExtValue(); SelectT2AddrModeImm8() local
1398 int RHSC; SelectT2AddrModeImm8Offset() local
1413 int RHSC; SelectT2AddrModeImm7() local
1465 int RHSC; SelectT2AddrModeImm7Offset() local
1497 int RHSC = (int)RHS->getZExtValue(); SelectT2AddrModeSoReg() local
1562 uint32_t RHSC = (int)RHS->getZExtValue(); SelectT2AddrModeExclusive() local
3655 int RHSC = 0; Select() local
[all...]
H A DARMISelLowering.cpp4733 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { getARMCmp() local
4803 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); getARMCmp() local
19774 int RHSC = (int)RHS->getZExtValue(); getARMIndexedAddressParts() local
19788 int RHSC = (int)RHS->getZExtValue(); getARMIndexedAddressParts() local
19831 int RHSC = (int)RHS->getZExtValue(); getT2IndexedAddressParts() local
19862 int RHSC = (int)RHS->getZExtValue(); getMVEIndexedAddressParts() local
19864 __anon0445ea3b3602(int RHSC, int Limit, int Scale) getMVEIndexedAddressParts() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp816 if (RHSC->getZExtValue() == 0xFFFFFFFF) { in IntCondCCodeToICC() local
826 if (RHSC->getZExtValue() == 0) in IntCondCCodeToICC() local
834 if (RHSC->getZExtValue() == 0xFFFFFFFF) { in IntCondCCodeToICC() local
844 if (RHSC->getZExtValue() == 0) in IntCondCCodeToICC() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp95 int RHSC = (int)RHS->getZExtValue(); SelectAddr() local
H A DAVRISelLowering.cpp1122 int RHSC = RHS->getSExtValue(); getPreIndexedAddressParts() local
1179 int RHSC = RHS->getSExtValue(); getPostIndexedAddressParts() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp129 if (RHSC->getValue() < 0) { in print() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3930 Constant *RHSC = dyn_cast<Constant>(Op1); foldICmpInstWithConstantNotInt() local
4854 if (Constant *RHSC = dyn_cast<Constant>(Op1)) foldICmpBinOp() local
5701 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { foldICmpWithCastOp() local
7234 foldFCmpIntToFPConst(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpIntToFPConst() argument
7470 foldFCmpReciprocalAndZero(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpReciprocalAndZero() argument
7740 Constant *RHSC; visitFCmpInst() local
[all...]
H A DInstCombineAndOrXor.cpp2148 const APInt *RHSC; foldBitwiseLogicWithIntrinsics() local
3160 const APInt *LHSC = nullptr, *RHSC = nullptr; foldAndOrOfICmps() local
4601 const APInt *RHSC; visitXor() local
[all...]
H A DInstCombineCalls.cpp1803 const APInt *RHSC; visitCallInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp723 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(N.getOperand(1)); SelectShiftedRegisterFromAnd() local
1041 int64_t RHSC = RHS->getSExtValue(); SelectAddrModeIndexedBitWidth() local
1057 uint64_t RHSC = RHS->getZExtValue(); SelectAddrModeIndexedBitWidth() local
1112 int64_t RHSC = (int64_t)RHS->getZExtValue(); SelectAddrModeIndexed() local
1151 int64_t RHSC = RHS->getSExtValue(); SelectAddrModeUnscaled() local
[all...]
H A DAArch64ISelLowering.cpp3545 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { getAArch64Cmp() local
3622 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); getAArch64Cmp() local
8936 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); LowerBR_CC() local
9517 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); LowerSELECT_CC() local
24273 int64_t RHSC = RHS->getSExtValue(); getIndexedAddressParts() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp392 int64_t RHSC = RHSDef->getOperand(1).getCImm()->getSExtValue(); selectAddrRegImm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1384 X86ChooseCmpImmediateOpcode(EVT VT,const ConstantInt * RHSC) X86ChooseCmpImmediateOpcode() argument
1480 const auto *RHSC = dyn_cast<ConstantFP>(RHS); X86SelectCmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2339 auto *RHSC = dyn_cast<SCEVConstant>(RHS); willNotOverflow() local
2535 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { getAddExpr() local
3128 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { getMulExpr() local
3398 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { getURemExpr() local
3440 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { getUDivExpr() local
3877 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { getMinMaxExpr() local
5296 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) MatchBinaryOp() local
9117 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) computeExitLimitFromICmp() local
10591 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { SimplifyICmpOperands() local
15144 const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS); applyLoopGuards() local
[all...]
H A DBasicAliasAnalysis.cpp376 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { GetLinearExpression() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1350 uint64_t RHSC = RHS->getZExtValue(); getPostIndexedAddressParts() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2133 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { printMCExpr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1549 if (auto *RHSC = dyn_cast<ConstantInt>(Args[1])) { getIntrinsicInstrCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp180 const ConstantInt *RHSC = cast<ConstantInt>(RHS); in getSortedConstantKeys() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7287 int64_t RHSC; selectAddrModeUnscaled() local
7371 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); selectAddrModeIndexed() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1375 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1)) { SimplifyDemandedBits() local
5238 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { SimplifySetCC() local
10478 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { expandMULO() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1756 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { TranslateM68kCC() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1554 if (auto *RHSC = dyn_cast<Constant>(RHS)) optimizeMemCmpConstantSize() local
H A DSimplifyCFG.cpp572 const APInt *RHSC; matchInstruction() local

12