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

  /external/llvm/lib/CodeGen/
StackColoring.cpp 252 bool IsStart = MI.getOpcode() == TargetOpcode::LIFETIME_START;
264 if (IsStart) {
391 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START;
398 if (IsStart) {
  /external/v8/src/
unicode.cc 40 static inline bool IsStart(int32_t entry) {
81 bool is_start = IsStart(field);
137 bool is_start = IsStart(field);
    [all...]
  /external/v8/src/compiler/
register-allocator.h 64 bool IsStart() const { return (value_ & (kHalfStep - 1)) == 0; }
215 if (end_.IsGapPosition() && end_.IsStart()) {
    [all...]
register-allocator.cc 410 if (pos.IsStart()) {
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 459 bool scanDocumentIndicator(bool IsStart);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGBuiltin.cpp 335 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) {
341 Intrinsic::ID inst = IsStart ? Intrinsic::vastart : Intrinsic::vaend;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 854 milliseconds