Searched defs:Cst (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h39 int64_t Cst = 0; member in class:llvm::MCValue
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h472 SDValue Cst = DAG.getConstant(16, DL, MVT::i32); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h54 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp385 auto Cst = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp144 uint64_t Cst = 0x0101010101010101UL; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp543 auto Cst = getOrCreateVReg( local
1577 ConstantInt *Cst = cast<ConstantInt>(CI.getArgOperand(1)); local
H A DMachineIRBuilder.cpp199 auto Cst = buildConstant(ValueTy, Value); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2133 ConstantSDNode *Cst local
2140 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp698 ConstantInt *Cst; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3826 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); local
4566 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2708 const APInt &Cst = Constant->getAPIntValue(); local
H A DDAGCombiner.cpp2638 SDValue Cst; local
11749 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); local
11774 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3705 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3969 const ConstantInt *Cst = dyn_cast<ConstantInt>(Inst->getOperand(1)); local
3993 const auto *Cst = dyn_cast<ConstantInt>(AndInst->getOperand(1)); local

Completed in 244 milliseconds