Searched defs:C1 (Results 101 - 106 of 106) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2469 auto *C1 = dyn_cast<ConstantSDNode>(C.Op0.getOperand(1)); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9729 const ConstantFPSDNode *C1 local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8287 int64_t C1 = N1C->getSExtValue(); local
8420 int64_t C1 = N1C->getSExtValue(); local
10657 auto *C1 = dyn_cast<ConstantSDNode>(N0->getOperand(1)); local
14077 const APInt &C1 = C1Node->getAPIntValue(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12602 ConstantSDNode *C1 = dyn_cast<ConstantSDNode>(ExtVec1->getOperand(1)); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14798 const int64_t C1 = C1Node->getSExtValue(); local
14998 auto *C1 = dyn_cast<ConstantSDNode>(N->getOperand(0).getOperand(1)); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2367 SDValue C1 = IsAdd ? DAG.getConstant(CN->getAPIntValue() + 1, DL, VT) : local
2675 const APInt &C1 = N1->getConstantOperandAPInt(0); local
2693 const APInt &C1 = N1->getConstantOperandAPInt(0); local
4179 const APInt &C1 = NC1->getAPIntValue(); local
4464 SDValue C1 = DAG.getNode(ISD::CTTZ, DL, VT, N1); local
5229 const APInt &C1 = N1C->getAPIntValue(); local
8910 SDValue C1 = Shift->getOperand(1); local
9105 SDNode *C1 = DAG.isConstantIntBuildVectorOrConstantInt(N1); local
9387 const APInt &C1 = N1C->getAPIntValue(); local
10463 SDValue C1 = N->getOperand(1); local
11262 const APInt &C1 = cast<ConstantSDNode>(N1Elt)->getAPIntValue(); local
[all...]

Completed in 421 milliseconds

12345