| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64PromoteConstant.cpp | 250 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr,  in shouldConvertUse() 316 static bool shouldConvertImpl(const Constant *Cst) {  in shouldConvertImpl() 543       Constant *Cst = dyn_cast<Constant>(U);  in runOnFunction()  local
  | 
| D | AArch64AddressTypePromotion.cpp | 321         if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) {  in propagateSignExtension()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64PromoteConstant.cpp | 258 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr,  in shouldConvertUse() 324 static bool shouldConvertImpl(const Constant *Cst) {  in shouldConvertImpl() 551       Constant *Cst = dyn_cast<Constant>(U);  in runOnFunction()  local
  | 
| D | AArch64StackTagging.cpp | 135       uint64_t Cst = 0x0101010101010101UL;  in applyMemSet()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | MCValue.h | 41   int64_t Cst = 0;  variable
  | 
| /external/llvm/include/llvm/MC/ | 
| D | MCValue.h | 42   int64_t Cst;  variable
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ | 
| D | MIPatternMatch.h | 55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); }  in m_ICst()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | CSEMIRBuilder.cpp | 160     if (Optional<APInt> Cst = ConstantFoldBinOp(Opc, SrcOps[0].getReg(),  in buildInstr()  local
  | 
| D | IRTranslator.cpp | 554   auto Cst = getOrCreateVReg(  in emitJumpTableHeader()  local 1504     ConstantInt *Cst = cast<ConstantInt>(CI.getArgOperand(1));  in translateKnownIntrinsic()  local
  | 
| D | MachineIRBuilder.cpp | 236   auto Cst = buildConstant(ValueTy, Value);  in materializePtrAdd()  local
  | 
| /external/llvm/tools/llvm-c-test/ | 
| D | echo.cpp | 222 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) {  in clone_constant() 228 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M) {  in clone_constant_impl()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | R600ISelLowering.cpp | 919   if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) {  in isZero()  local 2127           ConstantSDNode *Cst  in FoldOperand()  local 2134     ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset);  in FoldOperand()  local
  | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | R600ISelLowering.cpp | 1085   if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) {  in isZero()  local 2227           ConstantSDNode *Cst  in FoldOperand()  local 2234     ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset);  in FoldOperand()  local
  | 
| D | AMDGPUISelDAGToDAG.cpp | 511   if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Addr)) {  in SelectGlobalValueConstantOffset()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ | 
| D | MipsISelLowering.h | 472       SDValue Cst = DAG.getConstant(16, DL, MVT::i32);  in getAddrNonPICSym64()  local
  | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCompares.cpp | 1405     Constant *Cst = Builder->getInt1(IsICMP_NE);  in FoldICmpShrCst()  local 2001         Constant *Cst = Builder->getInt1(IsICMP_NE);  in visitICmpInstWithInstAndIntCst()  local 4284     Value *X; ConstantInt *Cst;  in visitICmpInst()  local
  | 
| D | InstCombineCasts.cpp | 523   Value *A = nullptr; ConstantInt *Cst = nullptr;  in visitTrunc()  local
  | 
| D | InstCombineAndOrXor.cpp | 1900           Value *Cst = Builder->getInt(Xor);  in FoldOrOfICmps()  local
  | 
| /external/llvm/lib/Target/X86/ | 
| D | X86ISelDAGToDAG.cpp | 1130     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))  in matchAddressRecursively()  local 2046     ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);  in Select()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelDAGToDAG.cpp | 1931     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))  in matchAddressRecursively()  local 3796   ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);  in tryShrinkShlLogicImm()  local 4599     ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);  in Select()  local
  | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | HexagonISelLowering.cpp | 2449       ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(BVN->getOperand(i));  in LowerBUILD_VECTOR()  local 2479     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Operand))  in LowerBUILD_VECTOR()  local
  | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | Reassociate.cpp | 1792   Constant *Cst = nullptr;  in OptimizeExpression()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | CodeGenPrepare.cpp | 3864     const ConstantInt *Cst = dyn_cast<ConstantInt>(Inst->getOperand(1));  in canGetThrough()  local 3888         const auto *Cst = dyn_cast<ConstantInt>(AndInst->getOperand(1));  in canGetThrough()  local 4069     if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) {  in promoteOperandForOther()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | Reassociate.cpp | 1838   Constant *Cst = nullptr;  in OptimizeExpression()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCasts.cpp | 759   Value *A = nullptr; ConstantInt *Cst = nullptr;  in visitTrunc()  local
  |