Searched defs:RHSC (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp106 int32_t RHSC = RHS->getSExtValue(); local
135 int32_t RHSC = RHS->getSExtValue(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp85 int RHSC = (int)RHS->getZExtValue(); local
H A DAVRISelLowering.cpp807 int RHSC = RHS->getSExtValue(); local
858 int RHSC = RHS->getSExtValue(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1357 uint64_t RHSC = RHS->getZExtValue(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp771 int64_t RHSC = RHS->getSExtValue(); local
787 uint64_t RHSC = RHS->getZExtValue(); local
849 int64_t RHSC local
888 int64_t RHSC = RHS->getSExtValue(); local
[all...]
H A DAArch64ISelLowering.cpp2155 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); local
5002 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); local
12738 int64_t RHSC = RHS->getSExtValue(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1366 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { argument
1468 const auto *RHSC = dyn_cast<ConstantFP>(RHS); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp873 ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
1201 ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
2199 ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
3098 const APInt *RHSC; local
[all...]
H A DInstCombineCompares.cpp3170 Constant *RHSC = dyn_cast<Constant>(Op1); local
5684 foldFCmpIntToFPConst(FCmpInst &I, Instruction *LHSI, Constant *RHSC) argument
5923 foldFCmpReciprocalAndZero(FCmpInst &I, Instruction *LHSI, Constant *RHSC) argument
6118 Constant *RHSC; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp655 int RHSC = (int)RHS->getSExtValue(); local
685 int RHSC = (int)RHS->getZExtValue(); local
712 int RHSC; local
894 int RHSC; local
964 int RHSC; local
1138 int RHSC; local
1187 int RHSC; local
1217 int RHSC; local
1275 int RHSC = (int)RHS->getZExtValue(); local
1305 int RHSC = (int)RHS->getSExtValue(); local
1330 int RHSC; local
1345 int RHSC; local
1397 int RHSC; local
1429 int RHSC = (int)RHS->getZExtValue(); local
3127 int RHSC = 0; local
[all...]
H A DARMISelLowering.cpp4288 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); local
14425 auto *RHSC = dyn_cast<ConstantSDNode>(RHS); local
14497 auto *RHSC = dyn_cast<ConstantSDNode>(RHS); local
15375 int RHSC = (int)RHS->getZExtValue(); local
15389 int RHSC = (int)RHS->getZExtValue(); local
15432 int RHSC = (int)RHS->getZExtValue(); local
15463 int RHSC = (int)RHS->getZExtValue(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp501 const APInt *RHSC; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6083 const Type *RHSC = getCanonicalType(RHS).getTypePtr(); local

Completed in 574 milliseconds