HomeSort by relevance Sort by last modified time
    Searched refs:ConstVal (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 79 const Constant *ConstVal;
89 Val.ConstVal = V;
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 350 void enumCase(T &Val, const char* Str, const T ConstVal) {
351 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) {
352 Val = ConstVal;
358 void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
359 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
360 Val = ConstVal;
365 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
366 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
367 Val = Val | ConstVal;
    [all...]
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 195 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) {
197 return ConstVal;
MachineFunction.cpp 775 return Val.ConstVal->getType();
782 return Val.ConstVal->getRelocationInfo();
853 CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, TD)) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaInit.cpp 95 llvm::APInt ConstVal(32, StrLength);
98 ConstVal,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMCodeEmitter.cpp 737 emitConstantToMemory(CPI, MCPE.Val.ConstVal);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 296 milliseconds